Vanishing Wand

Make annoying page elements magically disappear!

Wat is Vanishing Wand?

Vanishing Wand is een Chrome-extensie ontwikkeld door https://elliotplant.com, en de belangrijkste functie is "Make annoying page elements magically disappear!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vanishing Wand

Download Vanishing Wand-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Vanishing Wand Vanishing Wand
ID dmngnclhpbcedbbiplfcdijnimijakdd
Officiële URL https://chromewebstore.google.com/detail/vanishing-wand/dmngnclhpbcedbbiplfcdijnimijakdd
Beschrijving Make annoying page elements magically disappear!
Bestandsgrootte 35.02 KB
Aantal Installaties 495
Huidige Versie 1.1.0
Laatst Bijgewerkt 2017-09-16
Publicatiedatum 2017-09-16
Beoordeling 3.50/5 Totaal 10 Beoordelingen
Ontwikkelaar https://elliotplant.com
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}