Glitch JS

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

What is Glitch JS?

Glitch JS is a Chrome extension developed by rlemon, and its main feature is "non-malicious joke that makes the colors bug out randomly.".

Download Glitch JS Extension CRX File

Download Glitch JS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
Official URL https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Description non-malicious joke that makes the colors bug out randomly.
File Size 18.22 KB
Installation Count 149
Current Version 0.0.1.2
Last Updated 2015-01-15
Publish Date 2015-01-15
Rating 3.33/5 Total 3 Ratings
Developer rlemon
Payment Type free
Supported Languages 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"
    }
}