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!
What is Delete Elements?
Delete Elements is a Chrome extension developed by Kira L, and its main feature 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!".
Extension Screenshots
Download Delete Elements Extension CRX File
Download Delete Elements extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Delete Elements |
ID | egaeolhpclgmcegebneaibocfffkgode |
Official URL | https://chromewebstore.google.com/detail/delete-elements/egaeolhpclgmcegebneaibocfffkgode |
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! |
File Size | 7.14 KB |
Installation Count | 31 |
Current Version | 1.0 |
Last Updated | 2020-09-11 |
Publish Date | 2020-09-11 |
Developer | Kira L |
[email protected] | |
Payment Type | free |
Extension Website | http://kiraprograms.com |
Help Page URL | http://kiraprograms.com |
Supported Languages | 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 } |