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"
    }
}