Vanishing Wand

Make annoying page elements magically disappear!

Co je Vanishing Wand?

Vanishing Wand je rozšíření Chrome vyvinuté https://elliotplant.com, a jeho hlavní funkcí je „Make annoying page elements magically disappear!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Vanishing Wand

Stáhněte si soubory rozšíření Vanishing Wand ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Vanishing Wand Vanishing Wand
ID dmngnclhpbcedbbiplfcdijnimijakdd
Oficiální URL https://chromewebstore.google.com/detail/vanishing-wand/dmngnclhpbcedbbiplfcdijnimijakdd
Popis Make annoying page elements magically disappear!
Velikost souboru 35.02 KB
Počet instalací 495
Aktuální Verze 1.1.0
Poslední Aktualizace 2017-09-16
Datum Vydání 2017-09-16
Hodnocení 3.50/5 Celkem 10 Hodnocení
Vývojář https://elliotplant.com
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}