Remove Element
This extension will remove any element
Qu'est-ce que Remove Element ?
Remove Element est une extension Chrome développée par mnetzer, et sa fonction principale est "This extension will remove any element".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Remove Element
Téléchargez les fichiers d'extension Remove Element au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Have you ever wanted to blast any element on the page? This will do it. 100% Guaranteed to remove any element with a simple right click -> Remove Element. This works on iframes as well which basically means you can even get rid of elements inside video frames such as youtube vimeo and twitch! Also, this is open-source! So if you want to see how this was created check this out: https://github.com/moishinetzer/remove-element
Informations de Base sur l'Extension
Nom | Remove Element |
ID | nmndcjhenmoghainokenbpgakopbplpk |
URL Officiel | https://chromewebstore.google.com/detail/remove-element/nmndcjhenmoghainokenbpgakopbplpk |
Description | This extension will remove any element |
Taille du Fichier | 150 KB |
Nombre d'Installations | 81 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-02-02 |
Date de Publication | 2021-02-02 |
Développeur | mnetzer |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/moishinetzer/remove-element |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Element", "description": "This extension will remove any element", "version": "1.0", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "script.js", "background.js" ], "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |