Game Jolt - Chat Tweaks

Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look.

Apa itu Game Jolt - Chat Tweaks?

Game Jolt - Chat Tweaks adalah ekstensi Chrome yang dikembangkan oleh andrewarivers, dan fitur utamanya adalah "Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Game Jolt - Chat Tweaks

Unduh file ekstensi Game Jolt - Chat Tweaks 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

                        Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look.                    

Informasi Dasar Ekstensi

Nama Game Jolt - Chat Tweaks Game Jolt - Chat Tweaks
ID bmiicaagdhnlnhpdefmjlodhclafdaoa
URL Resmi https://chrome.google.com/webstore/detail/game-jolt-chat-tweaks/bmiicaagdhnlnhpdefmjlodhclafdaoa
Deskripsi Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look.
Ukuran File 153 KB
Jumlah Instalasi 24
Versi Saat Ini 1.3
Terakhir Diperbarui 2017-04-15
Tanggal Publikasi 2017-04-15
Pengembang andrewarivers
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Game Jolt - Chat Tweaks",
    "version": "1.3",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "icons": {
        "16": "ChatIcon.png",
        "48": "ChatIcon.png",
        "128": "ChatIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "zepto.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "ChatIcon.png"
    }
}