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
官方網址 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"
    }
}