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!
Was ist Delete Elements?
Delete Elements ist eine Chrome-Erweiterung, die von Kira L entwickelt wurde, und ihr Hauptmerkmal ist "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!".
Erweiterungsscreenshots
Delete Elements-Erweiterungs-CRX-Datei herunterladen
Laden Sie Delete Elements-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Delete Elements |
ID | egaeolhpclgmcegebneaibocfffkgode |
Offizielle URL | https://chromewebstore.google.com/detail/delete-elements/egaeolhpclgmcegebneaibocfffkgode |
Beschreibung | 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! |
Dateigröße | 7.14 KB |
Installationsanzahl | 31 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-09-11 |
Veröffentlichungsdatum | 2020-09-11 |
Entwickler | Kira L |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://kiraprograms.com |
Hilfeseite URL | http://kiraprograms.com |
Unterstützte Sprachen | 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 } |