Glitch JS

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

O que é Glitch JS?

Glitch JS é uma extensão do Chrome desenvolvida por rlemon, e sua principal característica é "non-malicious joke that makes the colors bug out randomly.".

Baixar o arquivo CRX da Extensão Glitch JS

Baixe arquivos de extensão Glitch JS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
URL Oficial https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Descrição non-malicious joke that makes the colors bug out randomly.
Tamanho do Arquivo 18.22 KB
Contagem de Instalações 149
Versão Atual 0.0.1.2
Última Atualização 2015-01-15
Data de Publicação 2015-01-15
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor rlemon
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}