Delete Elements
Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see!
Cos'è Delete Elements?
Delete Elements è un'estensione di Chrome sviluppata da Kira L, e la sua funzione principale è "Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Delete Elements
Scarica i file di estensione Delete Elements 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
My chrome extension allows you to delete any element that you don't want to see on a website using alt+click. After installing this extension, you can focus on the content of a website, instead of the navigation bars, side-bars, and unwanted images. Enjoy!
Informazioni di Base sull'Estensione
Nome | Delete Elements |
ID | egaeolhpclgmcegebneaibocfffkgode |
URL Ufficiale | https://chromewebstore.google.com/detail/delete-elements/egaeolhpclgmcegebneaibocfffkgode |
Descrizione | Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see! |
Dimensione del File | 7.14 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-09-11 |
Data di Pubblicazione | 2020-09-11 |
Sviluppatore | Kira L |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://kiraprograms.com |
URL della Pagina di Aiuto | http://kiraprograms.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delete Elements", "version": "1.0", "description": "Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see!", "permissions": [], "page_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "add_to_website.js" ] } ], "manifest_version": 2 } |