Vanishing Wand

Make annoying page elements magically disappear!

Vanishing Wandとは何ですか?

Vanishing Wandはhttps://elliotplant.comによって開発されたChromeの拡張機能で、その主な機能は「Make annoying page elements magically disappear!」です。

拡張機能のスクリーンショット

screenshot

Vanishing Wand拡張機能のCRXファイルをダウンロード

Vanishing Wand拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Vanishing Wand lets you remove annoying webpage elements by simply clicking on them. Just click the wand icon in the top left and then click the element you want to delete, and it will disappear from the page. To delete multiple elements, hold down the shift key and click on all the elements you want to remove.                    

拡張機能の基本情報

名前 Vanishing Wand Vanishing Wand
ID dmngnclhpbcedbbiplfcdijnimijakdd
公式URL https://chromewebstore.google.com/detail/vanishing-wand/dmngnclhpbcedbbiplfcdijnimijakdd
説明 Make annoying page elements magically disappear!
ファイルサイズ 35.02 KB
インストール数 495
現在のバージョン 1.1.0
最終更新日 2017-09-16
公開日 2017-09-16
評価 3.50/5 合計 10 レビュー
開発者 https://elliotplant.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vanishing Wand",
    "version": "1.1.0",
    "description": "Make annoying page elements magically disappear!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "wand.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}