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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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