Remove Element From Dom
Easily remove elements from the current page's DOM including tags, ids and classes.
Cos'è Remove Element From Dom?
Remove Element From Dom è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Easily remove elements from the current page's DOM including tags, ids and classes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove Element From Dom
Scarica i file di estensione Remove Element From Dom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Remove Element From Dom |
ID | hjjifmiafeghanhanhpjgbbcnbbgeflc |
URL Ufficiale | https://chromewebstore.google.com/detail/remove-element-from-dom/hjjifmiafeghanhanhpjgbbcnbbgeflc |
Descrizione | Easily remove elements from the current page's DOM including tags, ids and classes. |
Dimensione del File | 40.78 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-05-03 |
Data di Pubblicazione | 2017-05-03 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jwatson4115/remove-from-dom |
Lingue Supportate | 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" } } |