Board Game Geek Classic Theme Extension

This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…

O que é Board Game Geek Classic Theme Extension?

Board Game Geek Classic Theme Extension é uma extensão do Chrome desenvolvida por klaus.waiss, e sua principal característica é "This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Board Game Geek Classic Theme Extension

Baixe arquivos de extensão Board Game Geek Classic Theme Extension 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

                        This extension changes the new theme back to the classic look that most people love.

If you have some ideas or feedback for this extension, please send it to me.

How it works:
This extension changes the stylesheets (css) to classic look.                    

Informações Básicas da Extensão

Nome Board Game Geek Classic Theme Extension Board Game Geek Classic Theme Extension
ID hggofpanoenpmgaieeadjapijnoclkdl
URL Oficial https://chromewebstore.google.com/detail/board-game-geek-classic-t/hggofpanoenpmgaieeadjapijnoclkdl
Descrição This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…
Tamanho do Arquivo 20.46 KB
Contagem de Instalações 18
Versão Atual 1.6
Última Atualização 2016-07-23
Data de Publicação 2016-07-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor klaus.waiss
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Board Game Geek Classic Theme Extension",
    "version": "1.6",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/boardgamegeek.com\/*",
                "http:\/\/boardgamegeek.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "adjust.js"
            ],
            "run_at": "document_end"
        }
    ]
}