minigubben's lemmy
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Technology@lemmy.worldEnglish ·
edit-2
11 months ago

Google Chrome ships a default, hidden extension that allows code on *.google.com access to private APIs, including your current CPU usage

fedi.simonwillison.net

external-link
message-square
187
fedilink
1
external-link

Google Chrome ships a default, hidden extension that allows code on *.google.com access to private APIs, including your current CPU usage

fedi.simonwillison.net

Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Technology@lemmy.worldEnglish ·
edit-2
11 months ago
message-square
187
fedilink
Simon Willison (@simon@simonwillison.net)
fedi.simonwillison.net
external-link
It turns out Google Chrome ships a default, hidden extension that allows code on `*.google.com` access to private APIs, including your current CPU usage You can test it out by pasting the following into your Chrome DevTools console on any Google page: chrome.runtime.sendMessage( "nkeimhogjdpnpccoofpliimaahmaaome", { method: "cpu.getInfo" }, (response) => { console.log(JSON.stringify(response, null, 2)); }, ); More notes here: https://simonwillison.net/2024/Jul/9/hangout_servicesthunkjs/

cross-posted from: https://lemmy.dbzer0.com/post/23752739

https://simonwillison.net/2024/Jul/9/hangout_servicesthunkjs/

  • VelvetStorm@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 months ago

    Thank you for this info. If this is just an extension, can we just uninstall it or turn it off?

    • daq@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 months ago

      This is not a typical extension and it cannot be removed. It doesn’t even show up in the list of installed extensions.

      • Appoxo@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 months ago

        Maybe recompiling? But I suspect that Chrome as it is, is closed source?

        • A Basil Plant@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          11 months ago

          https://github.com/ungoogled-software/ungoogled-chromium

          https://ungoogled-software.github.io/ungoogled-chromium-binaries/

          • Katana314@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            11 months ago

            Seems like a great option. Can anyone more familiar with the code confirm this removes the aforementioned CPU-fingerprinting plugin?

            • Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.comOP
              link
              fedilink
              English
              arrow-up
              0
              ·
              11 months ago

              It does. You can even try it out yourself. Install Ungoogled Chromium, go to google.com and paste the following code in the Developer console (which you can bring up by pressing F12 and clicking on ‘Console’ at the top of the DevTools interface):

                  chrome.runtime.sendMessage(
                    "nkeimhogjdpnpccoofpliimaahmaaome",
                    { method: "cpu.getInfo" },
                    (response) => {
                      console.log(JSON.stringify(response, null, 2));
                    },
                  );
              

              If it returns nothing or an error, you’re good. If it returns something like this:

              {
                "value": {
                  "archName": "arm64",
                  "features": [],
                  "modelName": "Apple M2 Max",
                  "numOfProcessors": 12,
                  "processors": [
                    {
                      "usage": {
                        "idle": 26890137,
                        "kernel": 5271531,
                        "total": 42525857,
                        "user": 10364189
                      }
                    }, ...
              

              it means that the hidden extension is present, and *.google.com sites have special access in your browser.

        • JackbyDev@programming.dev
          link
          fedilink
          English
          arrow-up
          0
          ·
          11 months ago

          Chromium is open source. Google Chrome is not open source.

Technology@lemmy.world

technology@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !technology@lemmy.world

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


  • @L4s@lemmy.world
  • @autotldr@lemmings.world
  • @PipedLinkBot@feddit.rocks
  • @wikibot@lemmy.world
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 1.28K users / day
  • 2.57K users / week
  • 5.59K users / month
  • 8 users / 6 months
  • 0 local subscribers
  • 58.7K subscribers
  • 12.7K Posts
  • 537K Comments
  • Modlog
  • mods:
  • L3s@lemmy.world
  • enu@lemm.ee
  • L4sBot@lemmy.world
  • fry@fry.gs
  • L3s@fry.gs
  • enu@lemmy.world
  • L4sBot@fry.gs
  • BE: 0.19.7
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org