Glitch JS

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

Co to jest Glitch JS?

Glitch JS to rozszerzenie Chrome opracowane przez rlemon, a jego główną funkcją jest „non-malicious joke that makes the colors bug out randomly.”.

Pobierz plik CRX rozszerzenia Glitch JS

Pobierz pliki rozszerzeń Glitch JS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
Oficjalny URL https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Opis non-malicious joke that makes the colors bug out randomly.
Rozmiar pliku 18.22 KB
Liczba instalacji 149
Aktualna Wersja 0.0.1.2
Ostatnia Aktualizacja 2015-01-15
Data Publikacji 2015-01-15
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper rlemon
Typ Płatności free
Obsługiwane Języki 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"
    }
}