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!
Co je Delete Elements?
Delete Elements je rozšíření Chrome vyvinuté Kira L, a jeho hlavní funkcí je „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!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Delete Elements
Stáhněte si soubory rozšíření Delete Elements ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Delete Elements |
ID | egaeolhpclgmcegebneaibocfffkgode |
Oficiální URL | https://chromewebstore.google.com/detail/delete-elements/egaeolhpclgmcegebneaibocfffkgode |
Popis | 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! |
Velikost souboru | 7.14 KB |
Počet instalací | 31 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-09-11 |
Datum Vydání | 2020-09-11 |
Vývojář | Kira L |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://kiraprograms.com |
URL Stránky Nápovědy | http://kiraprograms.com |
Podporované Jazyky | 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 } |