Vanishing Wand

Make annoying page elements magically disappear!

What is Vanishing Wand?

Vanishing Wand is a Chrome extension developed by https://elliotplant.com, and its main feature is "Make annoying page elements magically disappear!".

Extension Screenshots

screenshot

Download Vanishing Wand Extension CRX File

Download Vanishing Wand extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Vanishing Wand Vanishing Wand
ID dmngnclhpbcedbbiplfcdijnimijakdd
Official URL https://chromewebstore.google.com/detail/vanishing-wand/dmngnclhpbcedbbiplfcdijnimijakdd
Description Make annoying page elements magically disappear!
File Size 35.02 KB
Installation Count 495
Current Version 1.1.0
Last Updated 2017-09-16
Publish Date 2017-09-16
Rating 3.50/5 Total 10 Ratings
Developer https://elliotplant.com
Payment Type free
Supported Languages 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"
        ]
    }
}