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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}