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.

Cos'è Game Jolt - Theme?

Game Jolt - Theme è un'estensione di Chrome sviluppata da andrewarivers, e la sua funzione principale è "Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Game Jolt - Theme

Scarica i file di estensione Game Jolt - Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Game Jolt - Theme Game Jolt - Theme
ID abnklpdpmancjedbpoafpflmlpbbiicc
URL Ufficiale https://chromewebstore.google.com/detail/game-jolt-theme/abnklpdpmancjedbpoafpflmlpbbiicc
Descrizione Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.
Dimensione del File 77 KB
Conteggio Installazioni 89
Versione Corrente 0.1
Ultimo Aggiornamento 2017-01-03
Data di Pubblicazione 2017-01-02
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore andrewarivers
Tipo di Pagamento free
Lingue Supportate 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"
    }
}