Glitch JS

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

Co je Glitch JS?

Glitch JS je rozšíření Chrome vyvinuté rlemon, a jeho hlavní funkcí je „non-malicious joke that makes the colors bug out randomly.“.

Stáhnout soubor CRX rozšíření Glitch JS

Stáhněte si soubory rozšíření Glitch JS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
Oficiální URL https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Popis non-malicious joke that makes the colors bug out randomly.
Velikost souboru 18.22 KB
Počet instalací 149
Aktuální Verze 0.0.1.2
Poslední Aktualizace 2015-01-15
Datum Vydání 2015-01-15
Hodnocení 3.33/5 Celkem 3 Hodnocení
Vývojář rlemon
Typ Platby free
Podporované Jazyky 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"
    }
}