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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}