Glitch JS

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

Qu'est-ce que Glitch JS ?

Glitch JS est une extension Chrome développée par rlemon, et sa fonction principale est "non-malicious joke that makes the colors bug out randomly.".

Télécharger le fichier CRX de l'extension Glitch JS

Téléchargez les fichiers d'extension Glitch JS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
URL Officiel https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Description non-malicious joke that makes the colors bug out randomly.
Taille du Fichier 18.22 KB
Nombre d'Installations 149
Version Actuelle 0.0.1.2
Dernière Mise à Jour 2015-01-15
Date de Publication 2015-01-15
Évaluation 3.33/5 Total 3 Évaluations
Développeur rlemon
Type de Paiement free
Langues Prises en Charge 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"
    }
}