Glitch JS

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

Vad är Glitch JS?

Glitch JS är en Chrome-tillägg utvecklad av rlemon, och dess huvudfunktion är "non-malicious joke that makes the colors bug out randomly.".

Ladda ner Glitch JS-förlängningens CRX-fil

Ladda ner Glitch JS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
Officiell webbadress https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Beskrivning non-malicious joke that makes the colors bug out randomly.
Filstorlek 18.22 KB
Antal Installationer 149
Aktuell Version 0.0.1.2
Senast Uppdaterad 2015-01-15
Publiceringsdatum 2015-01-15
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare rlemon
Betalningssätt free
Stödda Språk 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"
    }
}