Vanishing Wand

Make annoying page elements magically disappear!

Qu'est-ce que Vanishing Wand ?

Vanishing Wand est une extension Chrome développée par https://elliotplant.com, et sa fonction principale est "Make annoying page elements magically disappear!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Vanishing Wand

Téléchargez les fichiers d'extension Vanishing Wand au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Vanishing Wand Vanishing Wand
ID dmngnclhpbcedbbiplfcdijnimijakdd
URL Officiel https://chromewebstore.google.com/detail/vanishing-wand/dmngnclhpbcedbbiplfcdijnimijakdd
Description Make annoying page elements magically disappear!
Taille du Fichier 35.02 KB
Nombre d'Installations 495
Version Actuelle 1.1.0
Dernière Mise à Jour 2017-09-16
Date de Publication 2017-09-16
Évaluation 3.50/5 Total 10 Évaluations
Développeur https://elliotplant.com
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}