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…

Co to jest Board Game Geek Classic Theme Extension?

Board Game Geek Classic Theme Extension to rozszerzenie Chrome opracowane przez klaus.waiss, a jego główną funkcją jest „This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Board Game Geek Classic Theme Extension

Pobierz pliki rozszerzeń Board Game Geek Classic Theme Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Board Game Geek Classic Theme Extension Board Game Geek Classic Theme Extension
ID hggofpanoenpmgaieeadjapijnoclkdl
Oficjalny URL https://chromewebstore.google.com/detail/board-game-geek-classic-t/hggofpanoenpmgaieeadjapijnoclkdl
Opis This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…
Rozmiar pliku 20.46 KB
Liczba instalacji 18
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2016-07-23
Data Publikacji 2016-07-22
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper klaus.waiss
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}