RemoveElement
Remove HTML elements from the right-click context menu
Wat is RemoveElement?
RemoveElement is een Chrome-extensie ontwikkeld door sa1hon, en de belangrijkste functie is "Remove HTML elements from the right-click context menu".
Extensie Screenshots
Download het CRX-bestand van de extensie RemoveElement
Download RemoveElement-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | RemoveElement |
ID | jjhnenbbbbgojdbealmpdkmbkbnmeimf |
Officiële URL | https://chromewebstore.google.com/detail/removeelement/jjhnenbbbbgojdbealmpdkmbkbnmeimf |
Beschrijving | Remove HTML elements from the right-click context menu |
Bestandsgrootte | 11.65 KB |
Aantal Installaties | 94 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2023-03-02 |
Publicatiedatum | 2019-12-29 |
Ontwikkelaar | sa1hon |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/saihon/remove-element |
Ondersteunde Talen | 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": [ " |