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…

What is Board Game Geek Classic Theme Extension?

Board Game Geek Classic Theme Extension is a Chrome extension developed by klaus.waiss, and its main feature 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…".

Extension Screenshots

screenshot

Download Board Game Geek Classic Theme Extension Extension CRX File

Download Board Game Geek Classic Theme Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Board Game Geek Classic Theme Extension Board Game Geek Classic Theme Extension
ID hggofpanoenpmgaieeadjapijnoclkdl
Official URL https://chromewebstore.google.com/detail/board-game-geek-classic-t/hggofpanoenpmgaieeadjapijnoclkdl
Description This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…
File Size 20.46 KB
Installation Count 18
Current Version 1.6
Last Updated 2016-07-23
Publish Date 2016-07-22
Rating 5.00/5 Total 2 Ratings
Developer klaus.waiss
Payment Type free
Supported Languages 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"
        }
    ]
}