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…

Что такое Board Game Geek Classic Theme Extension?

Board Game Geek Classic Theme Extension - это расширение Chrome, разработанное klaus.waiss, и его основная функция - "This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Board Game Geek Classic Theme Extension

Скачайте файлы расширений Board Game Geek Classic Theme Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Board Game Geek Classic Theme Extension Board Game Geek Classic Theme Extension
ID hggofpanoenpmgaieeadjapijnoclkdl
Официальный URL https://chromewebstore.google.com/detail/board-game-geek-classic-t/hggofpanoenpmgaieeadjapijnoclkdl
Описание This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…
Размер файла 20.46 KB
Количество установок 18
Текущая Версия 1.6
Последнее Обновление 2016-07-23
Дата публикации 2016-07-22
Рейтинг 5.00/5 Всего 2 оценок
Разработчик klaus.waiss
Тип оплаты free
Поддерживаемые языки 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"
        }
    ]
}