DeSlop szerző: Grivi
Defaults Google searches to the Web filter and hides AI Mode. No AI Overview, just classic search results.
Kiegészítő metaadatai
Képernyőképek
A kiegészítő névjegye
DeSlop 1.0.1 — first AMO release.
This is a Manifest V3 extension that removes Google's AI surfaces from the
search results page. Four independent toggles, all default-on except the
last:
• Hide AI Overview — CSS + MutationObserver remove the AI summary block at
the top of Google search results. Catches the block as Google streams
it in. Targets #m-x-content, div[data-hveid]:has(#m-x-content), and a
localized DOM scanner across 11 locales (en/hu/de/fr/es/it/nl/pl/ja
plus regional variants).
• Hide AI Mode buttons — removes the AI Mode tab from the SERP nav AND
the AI Mode pill from the homepage search bar. Both become unclickable.
• Skip AI Mode pages — declarativeNetRequest ruleset strips udm=50 from
Google search URLs so the user lands on the regular All tab instead of
AI Mode.
• Just the links (opt-in, off by default) — declarativeNetRequest ruleset
adds udm=14 to every Google search to force Google's hidden Web filter
view (no AI, no ads, no shopping, no panels).
Manifest specifics for this Firefox build:
- background.scripts (not service_worker, for broadest Firefox compat)
- strict_min_version 128.0 (regexSubstitution in declarativeNetRequest
landed in 128)
- data_collection_permissions: ["none"] — no data is collected
- Source identical to the Chrome build except for the manifest itself.
No network requests. No analytics. No third-party services.
This is a Manifest V3 extension that removes Google's AI surfaces from the
search results page. Four independent toggles, all default-on except the
last:
• Hide AI Overview — CSS + MutationObserver remove the AI summary block at
the top of Google search results. Catches the block as Google streams
it in. Targets #m-x-content, div[data-hveid]:has(#m-x-content), and a
localized DOM scanner across 11 locales (en/hu/de/fr/es/it/nl/pl/ja
plus regional variants).
• Hide AI Mode buttons — removes the AI Mode tab from the SERP nav AND
the AI Mode pill from the homepage search bar. Both become unclickable.
• Skip AI Mode pages — declarativeNetRequest ruleset strips udm=50 from
Google search URLs so the user lands on the regular All tab instead of
AI Mode.
• Just the links (opt-in, off by default) — declarativeNetRequest ruleset
adds udm=14 to every Google search to force Google's hidden Web filter
view (no AI, no ads, no shopping, no panels).
Manifest specifics for this Firefox build:
- background.scripts (not service_worker, for broadest Firefox compat)
- strict_min_version 128.0 (regexSubstitution in declarativeNetRequest
landed in 128)
- data_collection_permissions: ["none"] — no data is collected
- Source identical to the Chrome build except for the manifest itself.
No network requests. No analytics. No third-party services.
Értékelés 0 szerkesztő által: 0
Engedélyek és adatok
Szükséges engedélyek:
- Bármely oldalon lévő tartalom blokkolása
- Az adatai elérése itt: www.google.com
- Az adatai elérése itt: www.google.hu
- Az adatai elérése itt: www.google.de
- Az adatai elérése itt: www.google.co.uk
- Az adatai elérése itt: www.google.fr
- Az adatai elérése itt: www.google.es
- Az adatai elérése itt: www.google.it
- Az adatai elérése itt: www.google.nl
- Az adatai elérése itt: www.google.pl
- Az adatai elérése itt: www.google.com.au
- Az adatai elérése itt: www.google.ca
- Az adatai elérése itt: www.google.co.jp
Nem kötelező engedélyek:
- Az adatai elérése itt: www.google.com
- Az adatai elérése itt: www.google.hu
- Az adatai elérése itt: www.google.de
- Az adatai elérése itt: www.google.co.uk
- Az adatai elérése itt: www.google.fr
- Az adatai elérése itt: www.google.es
- Az adatai elérése itt: www.google.it
- Az adatai elérése itt: www.google.nl
- Az adatai elérése itt: www.google.pl
- Az adatai elérése itt: www.google.com.au
- Az adatai elérése itt: www.google.ca
- Az adatai elérése itt: www.google.co.jp
Adatgyűjtés:
- A fejlesztő szerint ez a kiegészítő nem igényel adatgyűjtést.
További információk
- Kiegészítő hivatkozásai
- Verzió
- 1.0.1
- Méret
- 23,59 kB
- Legutóbb frissítve
- 4 napja (2026. máj. 20.)
- Kapcsolódó kategóriák
- Licenc
- MIT licenc
- Adatvédelmi irányelvek
- Olvassa el a kiegészítő adatvédelmi irányelveit
- Verziótörténet
- Gyűjteményhez adás
A kiegészítő fejlesztője azt kéri, hogy egy csekély összeggel támogassa a további fejlesztést.
Nothing.
DeSlop does not collect, transmit, store on a remote server, or otherwise gather:
Personally identifiable information
Health, financial, authentication, or location data
Personal communications
Browsing history, page contents, or user activity
Any telemetry, analytics, crash reports, or usage metrics
The extension makes no network requests. It does not contact any remote server — not for analytics, not for configuration, not for updates beyond the standard Chrome Web Store update channel which Google handles automatically.