DOM Destroyer
Delete anything on a website with a click.
Qu'est-ce que DOM Destroyer ?
DOM Destroyer est une extension Chrome développée par Phil Schleihauf, et sa fonction principale est "Delete anything on a website with a click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DOM Destroyer
Téléchargez les fichiers d'extension DOM Destroyer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DOM Destroyer |
ID | cgkjfaoibdibeghgeplabcbineebklgf |
URL Officiel | https://chromewebstore.google.com/detail/dom-destroyer/cgkjfaoibdibeghgeplabcbineebklgf |
Description | Delete anything on a website with a click. |
Taille du Fichier | 12.62 KB |
Nombre d'Installations | 2,836 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2021-03-29 |
Date de Publication | 2014-02-25 |
Évaluation | 3.76/5 Total 17 Évaluations |
Développeur | Phil Schleihauf |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/uniphil/dom-destroyer |
URL de la Page d'Aide | http://github.com/uniphil/dom-destroyer/issues |
Langues Prises en Charge | 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" } |