DOM Destroyer
Destroy the Document Object Model.
Cos'è DOM Destroyer?
DOM Destroyer è un'estensione di Chrome sviluppata da Robert Nolan, e la sua funzione principale è "Destroy the Document Object Model.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DOM Destroyer
Scarica i file di estensione DOM Destroyer 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
DOM Destroyer empowers you to wreak havoc on any web page. This is a basic chrome extension that converts any webpage into an arena of destruction. Destroy all the available targets, leave no survivors. No element is too small to escape your sniping ability.
Informazioni di Base sull'Estensione
Nome | |
ID | npcfmcgpbcnkmfpjibbhmmpmknlobkpb |
URL Ufficiale | https://chrome.google.com/webstore/detail/dom-destroyer/npcfmcgpbcnkmfpjibbhmmpmknlobkpb |
Descrizione | Destroy the Document Object Model. |
Dimensione del File | 234 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-04-07 |
Data di Pubblicazione | 2014-04-07 |
Valutazione | 2.81/5 Totale 27 Valutazioni |
Sviluppatore | Robert Nolan |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://rnolan.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DOM Destroyer", "version": "1.0.1", "description": "Destroy the Document Object Model.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "main.js" ], "css": [ "css\/styles.css" ] }, "homepage_url": "http:\/\/rnolan.com", "web_accessible_resources": [ "css\/styles.css", "images\/logo.png", "images\/single.png", "images\/triple.png", "images\/revolver.png", "images\/top-view.png", "images\/track-pad.png", "images\/space-key.png", "images\/target.png", "fonts\/exo-medium-webfont.eot", "fonts\/exo-medium-webfont.woff", "fonts\/exo-medium-webfont.ttf" ], "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |