web.Glitch()

do glitch on web

web.Glitch()คืออะไร?

web.Glitch() เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.funktroniclabs.com และคุณลักษณะหลักของมันคือ "do glitch on web"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย web.Glitch()

ดาวน์โหลดไฟล์ส่วนขยาย web.Glitch() ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Turn any website in a glitch-tastic experience with a press of a button!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ web.Glitch() web.Glitch()
ID adgekmhmbbjeodgpjjpcnfgmeijefinp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webglitch/adgekmhmbbjeodgpjjpcnfgmeijefinp
คำอธิบาย do glitch on web
ขนาดไฟล์ 65.95 KB
จำนวนการติดตั้ง 3,668
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-04-24
วันที่เผยแพร่ 2014-04-23
คะแนน 4.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.funktroniclabs.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "web.Glitch()",
    "version": "1.0.1",
    "description": "do glitch on web",
    "short_name": "web.Glitch()",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "wobble.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}