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!
Wat is Delete Elements?
Delete Elements is een Chrome-extensie ontwikkeld door Kira L, en de belangrijkste functie is "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!".
Extensie Screenshots
Download het CRX-bestand van de extensie Delete Elements
Download Delete Elements-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
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!
Basisinformatie over de Extensie
Naam | Delete Elements |
ID | egaeolhpclgmcegebneaibocfffkgode |
Officiële URL | https://chromewebstore.google.com/detail/delete-elements/egaeolhpclgmcegebneaibocfffkgode |
Beschrijving | 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! |
Bestandsgrootte | 7.14 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-09-11 |
Publicatiedatum | 2020-09-11 |
Ontwikkelaar | Kira L |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://kiraprograms.com |
Help Pagina-URL | http://kiraprograms.com |
Ondersteunde Talen | 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 } |