Hide Anything - Element Hider for Chrome™
Best element hider for Chrome™. Remove distractions in a breeze.
Cos'è Hide Anything - Element Hider for Chrome™?
Hide Anything - Element Hider for Chrome™ è un'estensione di Chrome sviluppata da Excelling Apps, e la sua funzione principale è "Best element hider for Chrome™. Remove distractions in a breeze.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hide Anything - Element Hider for Chrome™
Scarica i file di estensione Hide Anything - Element Hider for Chrome™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Hold down Ctrl key, then left-click and use the mouse to drag a box over any element or intrusive ad to erase it from the page. Hide any distracting web element and clean up your favorite websites with just a few clicks. ✔️Easy to use ✔️Works on any web element ✔️Automatic background color selection ✔️Save blocked elements ✔️Many more features to explore With over a million downloads on Play Store, Excelling Apps is now offering Chrome extensions.
Informazioni di Base sull'Estensione
Nome | Hide Anything - Element Hider for Chrome™ |
ID | gkjljknnkogcgndejajchomapofgiinf |
URL Ufficiale | https://chromewebstore.google.com/detail/hide-anything-element-hid/gkjljknnkogcgndejajchomapofgiinf |
Descrizione | Best element hider for Chrome™. Remove distractions in a breeze. |
Dimensione del File | 26.09 KB |
Conteggio Installazioni | 195 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-11-02 |
Data di Pubblicazione | 2022-11-09 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Excelling Apps |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://www.excellingapps.com/extensions/privacy-policy |
Lingue Supportate | de,en-US,fr,tr,es,it,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.2", "manifest_version": 3, "icons": { "16": ".\/ic_16.png", "32": ".\/ic_32.png", "48": ".\/ic_48.png", "128": ".\/ic_128.png" }, "background": { "service_worker": ".\/b.js" }, "action": { "default_popup": "pu.html" }, "default_locale": "en_US", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "css": [ "s.css" ], "js": [ ".\/f.js" ] } ] } |