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