Glitch JS

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

Apa itu Glitch JS?

Glitch JS adalah ekstensi Chrome yang dikembangkan oleh rlemon, dan fitur utamanya adalah "non-malicious joke that makes the colors bug out randomly.".

Unduh Berkas CRX Ekstensi Glitch JS

Unduh file ekstensi Glitch JS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Glitch JS Glitch JS
ID deciommmmaijfbboahomnmfemmbilhfk
URL Resmi https://chrome.google.com/webstore/detail/glitch-js/deciommmmaijfbboahomnmfemmbilhfk
Deskripsi non-malicious joke that makes the colors bug out randomly.
Ukuran File 18.22 KB
Jumlah Instalasi 149
Versi Saat Ini 0.0.1.2
Terakhir Diperbarui 2015-01-15
Tanggal Publikasi 2015-01-15
Penilaian 3.33/5 Total 3 Penilaian
Pengembang rlemon
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}