Glitch JS

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

Wat is Glitch JS?

Glitch JS is een Chrome-extensie ontwikkeld door rlemon, en de belangrijkste functie is "non-malicious joke that makes the colors bug out randomly.".

Download het CRX-bestand van de extensie Glitch JS

Download Glitch JS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
Officiële URL https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Beschrijving non-malicious joke that makes the colors bug out randomly.
Bestandsgrootte 18.22 KB
Aantal Installaties 149
Huidige Versie 0.0.1.2
Laatst Bijgewerkt 2015-01-15
Publicatiedatum 2015-01-15
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar rlemon
Betalingswijze free
Ondersteunde Talen 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"
    }
}