home.social

#google-chrome — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #google-chrome, aggregated by home.social.

fetched live
  1. Lifehacker: Hundreds of Fake VPNs Are Flooding the Chrome Web Store. “Many of these extensions are free, some are paid, and some even pretend to be from trusted cybersecurity providers to lure users into handing over unrestricted access to their network and browser. This weekend, I dug through Socket’s report to find out exactly what was going on with these apps and how they managed to clear […]

    https://rbfirehose.com/2026/08/22/lifehacker-hundreds-of-fake-vpns-are-flooding-the-chrome-web-store/
  2. The Android version of Google Chrome is getting the same Gemini integration today as the iOS version, but only in the US. The agentic Auto Browse feature is also available for Google AI Pro and Ultra subscribers thurrott.com/a-i/340525/google #googlechrome #googlegemini #ai #technology

  3. Pocketables: You’ve got a 4GB Gemini Nano AI in your Chrome folder – want to talk to it?. “Assuming you are running Windows or on a Mac and have not uninstalled and blocked that, and you’re running an up-to-date Chrome, you might be wondering ‘can I talk to Gemini Nano on my computer from this totally not sketchy looking website?’ The answer appears to be yes. Might work on Android and […]

    https://rbfirehose.com/2026/08/15/pocketables-youve-got-a-4gb-gemini-nano-ai-in-your-chrome-folder-want-to-talk-to-it/
  4. I think I'm the only soul on Earth having this particular issue with #JAWSForWindows2026, and it's maddening.

    Even if the window is maximized, if I have a multi-prompt chat with #ChatGPT in #GoogleChrome or #MicrosoftEdge, go to the bottom of the page, and then use Shift+H to move backward by heading to the most recent response, JAWS just will not read it properly.

    It'll read the first few words of the most recent prompt or response and then suddenly jump several prompts back in the conversation. How do I even explain this one to the #Vispero folks? @[[email protected]](mailto:[email protected])

    Meanwhile, #NVDA handles the exact same task beautifully. #Yay @[[email protected]](mailto:[email protected])

  5. Installing Google Chrome to Ubuntu proot environment with Termux

    Google recently started rolling out the ARM64 version of Google Chrome for Linux machines. This gives a chance for users to install this browser straight from the official Google Chrome homepage, which coincides with the same installation method for regular 64-bit computers.

    You can download the browser from here.

    We have tested Google Chrome ARM64 on a Ubuntu proot distro with Termux on Android 16, and the browser worked with full Google account synchronization enabled. To install Google Chrome, let’s assume that you’ve set up Termux on your phone with Ubuntu proot distro and VNC server installed.

    After that, follow these steps:

    1. Open the terminal, assuming that you’ve signed in as root.
    2. Execute the below command to download Google Chrome’s package. Let’s assume that wget was installed in the Termux environment outside proot-distro.
     # wget https://dl.google.com/linux/direct/google-chrome-stable_current_arm64.deb  --2026-08-03 16:21:55--  dl.google.com/linux/direct/goo  Resolving dl.google.com (dl.google.com)... 2a00:1450:400d:802::200e, 142.250.27.136, 142.250.27.190, ...  Connecting to dl.google.com (dl.google.com)|2a00:1450:400d:802::200e|:443... connected.  HTTP request sent, awaiting response... 200 OK  Length: 132151632 (126M) [application/x-debian-package]  Saving to: ?google-chrome-stable_current_arm64.deb?   google-chrome-stable 100%[=====================>] 126.03M   905KB/s    in 2m 34s      2026-08-03 16:24:30 (838 KB/s) - ?google-chrome-stable_current_arm64.deb? saved [132151632/132151632] 
    1. Use apt to install the package you’ve just downloaded. This ensures that dependencies will automatically be satisfied. A successful installation looks like this:
     # apt install ./google-chrome-stable_current_arm64.deb  Note, selecting 'google-chrome-stable' instead of './google-chrome-stable_current_arm64.deb'  Installing:                     google-chrome-stable                                                                                       Installing dependencies:    wget                                                                                       Summary:    Upgrading: 0, Installing: 2, Removing: 0, Not Upgrading: 37    Download size: 344 kB / 132 MB    Space needed: 446 MB / 26.8 GB available   Continue? [Y/n]   Get:1 /root/google-chrome-stable_current_arm64.deb google-chrome-stable arm64 151.0.7922.71-1 [132 MB]  Get:2 ports.ubuntu.com/ubuntu-ports resolute-updates/main arm64 wget arm64 1.25.0-2ubuntu4.3 [344 kB]  Fetched 344 kB in 4s (96.3 kB/s)                                      Selecting previously unselected package wget.  (Reading database ... 78043 files and directories currently installed.)  Preparing to unpack .../wget_1.25.0-2ubuntu4.3_arm64.deb ...  Unpacking wget (1.25.0-2ubuntu4.3) ...  Selecting previously unselected package google-chrome-stable.  Preparing to unpack .../google-chrome-stable_current_arm64.deb ...  Unpacking google-chrome-stable (151.0.7922.71-1) ...  Setting up wget (1.25.0-2ubuntu4.3) ...  Setting up google-chrome-stable (151.0.7922.71-1) ...  update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-www-browser (x-www-browser) in auto mode  update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode  update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode  Processing triggers for man-db (2.13.1-1build1) ... 
    1. Run Google Chrome using google-chrome. It’s recommended to sign in to your Linux account before launching the browser, as running it from root isn’t secure.

    If everything worked, Google Chrome should run like this:

    Signing in even works.

    #Android #google #googleChrome #news #oneUi #Samsung #smartphone #Tech #Technology #Termux #Ubuntu #ubuntuProot #update
  6. Google Chrome is now finally available on ARM64 Linux!

    Google announced that the rollout of Google Chrome, which is a popular web browser, started for ARM64 Linux machines on March of this year, with a promise that the rollout would be finished in the second quarter of this year. Users with those machines will be able to finally get the full Google Chrome experience without any limitations on Linux.

    Starting this August, Google Chrome for ARM64 machines running Linux is now available to download!

    Previously, if you wanted to have a Chrome-like experience instead of a powerful alternative, which is Mozilla Firefox, you’ll have to download Chromium from your distribution’s package manager. Chromium is an open-source version of Google Chrome without any features that are exclusive, such as Google account synchronization.

    Now, if you want Google Chrome on your ARM64 machine running Linux, you can download it from this page. You’ll be given a Debian or an RPM package to install, which automatically sets up a Google Chrome repository for automatic updates, as well as installing Chrome.

    To get started, go to the Google Chrome’s official homepage, then select the download option. You should see the last two options shown in the below picture:

    The last two options are for ARM64 machines. Once selected for your Linux distribution, press Accept and Install. Afterwards, use your package manager to install Google Chrome from the package file.

    If the installation is successful, you should be able to use the browser.

    #arm64 #google #googleChrome #Linux #news #Tech #Technology #update
  7. Google is exploring how to keep the desktop version of its Chrome browser always up to date without users needing to restart it to apply updates thurrott.com/cloud/339915/goog #googlechrome #security #technology

  8. I don't hate Wayland but Google Chrome still has issues with the integrated Dell XPS webcam regarding permissions which I've already granted which Firefox doesn't. Main issue is that we use some electron-based apps such as Slack so video calls there don't work.

    Still have to report this issue and send debugging info which I'm sure has already been submitted by someone else but these have been crazy weeks at work 😩