Vanishing Wand

Make annoying page elements magically disappear!

ما هو Vanishing Wand؟

Vanishing Wand هو إضافة Chrome تم تطويرها بواسطة https://elliotplant.com، والميزة الرئيسية لها هي "Make annoying page elements magically disappear!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Vanishing Wand

قم بتنزيل ملفات الامتداد Vanishing Wand بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Vanishing Wand Vanishing Wand
ID dmngnclhpbcedbbiplfcdijnimijakdd
عنوان URL الرسمي https://chromewebstore.google.com/detail/vanishing-wand/dmngnclhpbcedbbiplfcdijnimijakdd
الوصف Make annoying page elements magically disappear!
حجم الملف 35.02 KB
عدد التثبيتات 495
النسخة الحالية 1.1.0
آخر تحديث 2017-09-16
تاريخ النشر 2017-09-16
تقييم 3.50/5 مجموع تقييمات 10
المطور https://elliotplant.com
نوع الدفع free
اللغات المدعومة 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"
        ]
    }
}