Glitch JS

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

Was ist Glitch JS?

Glitch JS ist eine Chrome-Erweiterung, die von rlemon entwickelt wurde, und ihr Hauptmerkmal ist "non-malicious joke that makes the colors bug out randomly.".

Glitch JS-Erweiterungs-CRX-Datei herunterladen

Laden Sie Glitch JS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
Offizielle URL https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Beschreibung non-malicious joke that makes the colors bug out randomly.
Dateigröße 18.22 KB
Installationsanzahl 149
Aktuelle Version 0.0.1.2
Letztes Update 2015-01-15
Veröffentlichungsdatum 2015-01-15
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler rlemon
Zahlungsart free
Unterstützte Sprachen 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"
    }
}