Glitch JS

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

Glitch JSとは何ですか?

Glitch JSはrlemonによって開発されたChromeの拡張機能で、その主な機能は「non-malicious joke that makes the colors bug out randomly.」です。

Glitch JS拡張機能のCRXファイルをダウンロード

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"
    }
}