Game Jolt - Theme

Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.

Apa itu Game Jolt - Theme?

Game Jolt - Theme adalah ekstensi Chrome yang dikembangkan oleh andrewarivers, dan fitur utamanya adalah "Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Game Jolt - Theme

Unduh file ekstensi Game Jolt - Theme 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 - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.                    

Informasi Dasar Ekstensi

Nama Game Jolt - Theme Game Jolt - Theme
ID abnklpdpmancjedbpoafpflmlpbbiicc
URL Resmi https://chromewebstore.google.com/detail/game-jolt-theme/abnklpdpmancjedbpoafpflmlpbbiicc
Deskripsi Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.
Ukuran File 77 KB
Jumlah Instalasi 89
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-01-03
Tanggal Publikasi 2017-01-02
Penilaian 3.86/5 Total 7 Penilaian
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 - Theme",
    "version": "0.1",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "icons": {
        "16": "GJ_THEME.png",
        "48": "GJ_THEME.png",
        "128": "GJ_THEME.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.4.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "GJ_THEME.png"
    }
}