Hide Anything - Element Hider for Chrome™
Best element hider for Chrome™. Remove distractions in a breeze.
Wat is Hide Anything - Element Hider for Chrome™?
Hide Anything - Element Hider for Chrome™ is een Chrome-extensie ontwikkeld door Excelling Apps, en de belangrijkste functie is "Best element hider for Chrome™. Remove distractions in a breeze.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide Anything - Element Hider for Chrome™
Download Hide Anything - Element Hider for Chrome™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hide Anything - Element Hider for Chrome™ |
ID | gkjljknnkogcgndejajchomapofgiinf |
Officiële URL | https://chromewebstore.google.com/detail/hide-anything-element-hid/gkjljknnkogcgndejajchomapofgiinf |
Beschrijving | Best element hider for Chrome™. Remove distractions in a breeze. |
Bestandsgrootte | 26.09 KB |
Aantal Installaties | 195 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-11-02 |
Publicatiedatum | 2022-11-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Excelling Apps |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://www.excellingapps.com/extensions/privacy-policy |
Ondersteunde Talen | 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" ] } ] } |