Glitch JS

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

Glitch JS là gì?

Glitch JS là một tiện ích mở rộng Chrome được phát triển bởi rlemon, và tính năng chính của nó là "non-malicious joke that makes the colors bug out randomly.".

Tải xuống tệp CRX của tiện ích mở rộng Glitch JS

Tải xuống các tệp mở rộng Glitch JS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
URL Chính Thức https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Mô tả non-malicious joke that makes the colors bug out randomly.
Kích Thước Tệp 18.22 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 0.0.1.2
Cập Nhật Lần Cuối 2015-01-15
Ngày Phát Hành 2015-01-15
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển rlemon
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}