DOM Destroyer
Delete anything on a website with a click.
Co je DOM Destroyer?
DOM Destroyer je rozšíření Chrome vyvinuté Phil Schleihauf, a jeho hlavní funkcí je „Delete anything on a website with a click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DOM Destroyer
Stáhněte si soubory rozšíření DOM Destroyer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
DOM Destroyer empowers you to remove anything that annoys you from a web page by just clicking on it. Get rid of newsletter popups, content-hiding overlays, and all kinds of other noisy clutter! Note that this extension only temporarily hides elements from your view -- to get them back, just refresh the page.
Základní Informace o Rozšíření
Název | DOM Destroyer |
ID | cgkjfaoibdibeghgeplabcbineebklgf |
Oficiální URL | https://chromewebstore.google.com/detail/dom-destroyer/cgkjfaoibdibeghgeplabcbineebklgf |
Popis | Delete anything on a website with a click. |
Velikost souboru | 12.62 KB |
Počet instalací | 2,836 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2021-03-29 |
Datum Vydání | 2014-02-25 |
Hodnocení | 3.76/5 Celkem 17 Hodnocení |
Vývojář | Phil Schleihauf |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://github.com/uniphil/dom-destroyer |
URL Stránky Nápovědy | http://github.com/uniphil/dom-destroyer/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DOM Destroyer", "description": "Delete anything on a website with a click.", "version": "0.3", "browser_action": { "default_title": "Destroy DOM", "default_icon": "destroy_128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "commands": { "toggle-armed": { "suggested_key": { "default": "Ctrl+Shift+L" }, "description": "Toggle DOM destruction mode" } }, "homepage_url": "http:\/\/github.com\/uniphil\/dom-destroyer" } |