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…

Wat is Board Game Geek Classic Theme Extension?

Board Game Geek Classic Theme Extension is een Chrome-extensie ontwikkeld door klaus.waiss, en de belangrijkste functie is "This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Board Game Geek Classic Theme Extension

Download Board Game Geek Classic Theme Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Board Game Geek Classic Theme Extension Board Game Geek Classic Theme Extension
ID hggofpanoenpmgaieeadjapijnoclkdl
Officiële URL https://chromewebstore.google.com/detail/board-game-geek-classic-t/hggofpanoenpmgaieeadjapijnoclkdl
Beschrijving This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…
Bestandsgrootte 20.46 KB
Aantal Installaties 18
Huidige Versie 1.6
Laatst Bijgewerkt 2016-07-23
Publicatiedatum 2016-07-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar klaus.waiss
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}