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!
什么是Delete Elements?
Delete Elements是由Kira L开发的Chrome扩展程序,该扩展的主要功能是“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!”。
扩展截图
下载Delete Elements扩展crx文件
下载Delete Elements扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Delete Elements |
ID | egaeolhpclgmcegebneaibocfffkgode |
官方URL | https://chromewebstore.google.com/detail/delete-elements/egaeolhpclgmcegebneaibocfffkgode |
简介 | 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! |
文件大小 | 7.14 KB |
安装次数 | 31 |
当前版本 | 1.0 |
更新时间 | 2020-09-11 |
上架时间 | 2020-09-11 |
开发者 | Kira L |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://kiraprograms.com |
帮助页面URL | http://kiraprograms.com |
支持的语言 | 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 } |