Vanishing Wand

Make annoying page elements magically disappear!

Hvad er Vanishing Wand?

Vanishing Wand er en Chrome-udvidelse udviklet af https://elliotplant.com, og dens hovedfunktion er "Make annoying page elements magically disappear!".

Udvidelsesskærmbilleder

screenshot

Download Vanishing Wand-udvidelses-CRX-fil

Download Vanishing Wand-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Vanishing Wand Vanishing Wand
ID dmngnclhpbcedbbiplfcdijnimijakdd
Officiel URL https://chromewebstore.google.com/detail/vanishing-wand/dmngnclhpbcedbbiplfcdijnimijakdd
Beskrivelse Make annoying page elements magically disappear!
Filstørrelse 35.02 KB
Antal Installationer 495
Nuværende Version 1.1.0
Senest Opdateret 2017-09-16
Udgivelsesdato 2017-09-16
Bedømmelse 3.50/5 Samlet 10 Bedømmelser
Udvikler https://elliotplant.com
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}