Div Be Gone
Delete persky div tags
什么是Div Be Gone?
Div Be Gone是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Delete persky div tags”。
扩展截图
下载Div Be Gone扩展crx文件
下载Div Be Gone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Delete those pesky tags that get on the way of your web browsing. Modals popup asking you to subscribe? be gone! Trying to check a linked in account without logging in? get out of here! Just click the extension and highlight the tag you want to delete, then click it to remove it.
扩展基本信息
名称 | Div Be Gone |
ID | fpdeemfnmfadndkoaafnnlfbceicekcn |
官方URL | https://chromewebstore.google.com/detail/div-be-gone/fpdeemfnmfadndkoaafnnlfbceicekcn |
简介 | Delete persky div tags |
文件大小 | 72.42 KB |
安装次数 | 46 |
当前版本 | 1.0 |
更新时间 | 2017-06-28 |
上架时间 | 2017-06-28 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/rtrigoso/dom_delete_extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Div Be Gone", "description": "Delete persky div tags", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Delete pesky div tags", "default_icon": "aerosol.png" }, "manifest_version": 2 } |