Glitch JS

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

Cos'è Glitch JS?

Glitch JS è un'estensione di Chrome sviluppata da rlemon, e la sua funzione principale è "non-malicious joke that makes the colors bug out randomly.".

Scarica il file CRX dell'estensione Glitch JS

Scarica i file di estensione Glitch JS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
URL Ufficiale https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Descrizione non-malicious joke that makes the colors bug out randomly.
Dimensione del File 18.22 KB
Conteggio Installazioni 149
Versione Corrente 0.0.1.2
Ultimo Aggiornamento 2015-01-15
Data di Pubblicazione 2015-01-15
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore rlemon
Tipo di Pagamento free
Lingue Supportate 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"
    }
}