Remove Element From Dom

Easily remove elements from the current page's DOM including tags, ids and classes.

什么是Remove Element From Dom?

Remove Element From Dom是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Easily remove elements from the current page's DOM including tags, ids and classes.”。

扩展截图

screenshot

下载Remove Element From Dom扩展crx文件

下载Remove Element From Dom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simply type in the element of choice to remove, the amount and watch as that element magically deletes!

Quickly view how a page would look with certain content removed.                    

扩展基本信息

名称 Remove Element From Dom Remove Element From Dom
ID hjjifmiafeghanhanhpjgbbcnbbgeflc
官方URL https://chromewebstore.google.com/detail/remove-element-from-dom/hjjifmiafeghanhanhpjgbbcnbbgeflc
简介 Easily remove elements from the current page's DOM including tags, ids and classes.
文件大小 40.78 KB
安装次数 109
当前版本 1.0
更新时间 2017-05-03
上架时间 2017-05-03
评分 3.00/5 共2次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/jwatson4115/remove-from-dom
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Element From Dom",
    "description": "Easily remove elements from the current page's DOM including tags, ids and classes.",
    "version": "1.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    }
}