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
官方網址 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"
    }
}