Vanishing Wand

Make annoying page elements magically disappear!

Cos'è Vanishing Wand?

Vanishing Wand è un'estensione di Chrome sviluppata da https://elliotplant.com, e la sua funzione principale è "Make annoying page elements magically disappear!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Vanishing Wand

Scarica i file di estensione Vanishing Wand in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Vanishing Wand Vanishing Wand
ID dmngnclhpbcedbbiplfcdijnimijakdd
URL Ufficiale https://chromewebstore.google.com/detail/vanishing-wand/dmngnclhpbcedbbiplfcdijnimijakdd
Descrizione Make annoying page elements magically disappear!
Dimensione del File 35.02 KB
Conteggio Installazioni 495
Versione Corrente 1.1.0
Ultimo Aggiornamento 2017-09-16
Data di Pubblicazione 2017-09-16
Valutazione 3.50/5 Totale 10 Valutazioni
Sviluppatore https://elliotplant.com
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}