DOM Destroyer
Destroy the Document Object Model.
What is DOM Destroyer?
DOM Destroyer is a Chrome extension developed by Robert Nolan, and its main feature is "Destroy the Document Object Model.".
Extension Screenshots
Download DOM Destroyer Extension CRX File
Download DOM Destroyer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | npcfmcgpbcnkmfpjibbhmmpmknlobkpb |
Official URL | https://chrome.google.com/webstore/detail/dom-destroyer/npcfmcgpbcnkmfpjibbhmmpmknlobkpb |
Description | Destroy the Document Object Model. |
File Size | 234 KB |
Installation Count | 3,000 |
Current Version | 1.0.1 |
Last Updated | 2014-04-07 |
Publish Date | 2014-04-07 |
Rating | 2.81/5 Total 27 Ratings |
Developer | Robert Nolan |
Payment Type | free |
Extension Website | http://rnolan.com |
Supported Languages | 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:\/\/*\/*" ] } |