Glitch JS

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

Hvad er Glitch JS?

Glitch JS er en Chrome-udvidelse udviklet af rlemon, og dens hovedfunktion er "non-malicious joke that makes the colors bug out randomly.".

Download Glitch JS-udvidelses-CRX-fil

Download Glitch JS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
Officiel URL https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Beskrivelse non-malicious joke that makes the colors bug out randomly.
Filstørrelse 18.22 KB
Antal Installationer 149
Nuværende Version 0.0.1.2
Senest Opdateret 2015-01-15
Udgivelsesdato 2015-01-15
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler rlemon
Betalingsmetode free
Understøttede Sprog 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"
    }
}