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.

O que é Game Jolt - Theme?

Game Jolt - Theme é uma extensão do Chrome desenvolvida por andrewarivers, e sua principal característica é "Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Game Jolt - Theme

Baixe arquivos de extensão Game Jolt - Theme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Game Jolt - Theme Game Jolt - Theme
ID abnklpdpmancjedbpoafpflmlpbbiicc
URL Oficial https://chromewebstore.google.com/detail/game-jolt-theme/abnklpdpmancjedbpoafpflmlpbbiicc
Descrição Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.
Tamanho do Arquivo 77 KB
Contagem de Instalações 89
Versão Atual 0.1
Última Atualização 2017-01-03
Data de Publicação 2017-01-02
Classificação 3.86/5 Total de 7 Avaliações
Desenvolvedor andrewarivers
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}