RemoveElement
Remove HTML elements from the right-click context menu
What is RemoveElement?
RemoveElement is a Chrome extension developed by sa1hon, and its main feature is "Remove HTML elements from the right-click context menu".
Extension Screenshots
Download RemoveElement Extension CRX File
Download RemoveElement 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
More easily remove elements without opening developer tools. Right-click over the HTML element you want to delete. You can view the tag name and size in the context menu. And all you have to do is click it.
Extension Basic Information
Name | RemoveElement |
ID | jjhnenbbbbgojdbealmpdkmbkbnmeimf |
Official URL | https://chromewebstore.google.com/detail/removeelement/jjhnenbbbbgojdbealmpdkmbkbnmeimf |
Description | Remove HTML elements from the right-click context menu |
File Size | 11.65 KB |
Installation Count | 94 |
Current Version | 0.0.6 |
Last Updated | 2023-03-02 |
Publish Date | 2019-12-29 |
Developer | sa1hon |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/saihon/remove-element |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RemoveElement", "version": "0.0.6", "description": "Remove HTML elements from the right-click context menu", "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "19": "icons\/icon-19.png", "16": "icons\/icon-16.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ " |