Glitch JS

non-malicious joke that makes the colors bug out randomly.

Glitch JSคืออะไร?

Glitch JS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rlemon และคุณลักษณะหลักของมันคือ "non-malicious joke that makes the colors bug out randomly."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glitch JS

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

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

                        Glitch.js is a joke. Plain and simple.  
This script will randomly 'bug out' the page with colors for a very short amount of time then return all things to normal. The 'glitch' triggers randomly every 0-30 seconds. 

Please don't use this in situations where you will get in trouble. This is for entertainment purposes only.                    

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

ชื่อ Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
คำอธิบาย non-malicious joke that makes the colors bug out randomly.
ขนาดไฟล์ 18.22 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 0.0.1.2
อัปเดตครั้งล่าสุด 2015-01-15
วันที่เผยแพร่ 2015-01-15
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา rlemon
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Glitch JS",
    "description": "non-malicious joke that makes the colors bug out randomly.",
    "version": "0.0.1.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon_128.png"
    }
}