Remove Element From Dom
Easily remove elements from the current page's DOM including tags, ids and classes.
What is Remove Element From Dom?
Remove Element From Dom is a Chrome extension developed by Unknown, and its main feature is "Easily remove elements from the current page's DOM including tags, ids and classes.".
Extension Screenshots
Download Remove Element From Dom Extension CRX File
Download Remove Element From Dom 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
Simply type in the element of choice to remove, the amount and watch as that element magically deletes! Quickly view how a page would look with certain content removed.
Extension Basic Information
Name | Remove Element From Dom |
ID | hjjifmiafeghanhanhpjgbbcnbbgeflc |
Official URL | https://chromewebstore.google.com/detail/remove-element-from-dom/hjjifmiafeghanhanhpjgbbcnbbgeflc |
Description | Easily remove elements from the current page's DOM including tags, ids and classes. |
File Size | 40.78 KB |
Installation Count | 109 |
Current Version | 1.0 |
Last Updated | 2017-05-03 |
Publish Date | 2017-05-03 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/jwatson4115/remove-from-dom |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Element From Dom", "description": "Easily remove elements from the current page's DOM including tags, ids and classes.", "version": "1.0", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" } } |