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