Glitch JS

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

Что такое Glitch JS?

Glitch JS - это расширение Chrome, разработанное rlemon, и его основная функция - "non-malicious joke that makes the colors bug out randomly.".

Скачать файл CRX расширения Glitch JS

Скачайте файлы расширений Glitch JS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
Официальный URL https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Описание non-malicious joke that makes the colors bug out randomly.
Размер файла 18.22 KB
Количество установок 149
Текущая Версия 0.0.1.2
Последнее Обновление 2015-01-15
Дата публикации 2015-01-15
Рейтинг 3.33/5 Всего 3 оценок
Разработчик rlemon
Тип оплаты free
Поддерживаемые языки 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"
    }
}