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…

Apa itu Board Game Geek Classic Theme Extension?

Board Game Geek Classic Theme Extension adalah ekstensi Chrome yang dikembangkan oleh klaus.waiss, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Board Game Geek Classic Theme Extension

Unduh file ekstensi Board Game Geek Classic Theme Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Board Game Geek Classic Theme Extension Board Game Geek Classic Theme Extension
ID hggofpanoenpmgaieeadjapijnoclkdl
URL Resmi https://chromewebstore.google.com/detail/board-game-geek-classic-t/hggofpanoenpmgaieeadjapijnoclkdl
Deskripsi This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…
Ukuran File 20.46 KB
Jumlah Instalasi 18
Versi Saat Ini 1.6
Terakhir Diperbarui 2016-07-23
Tanggal Publikasi 2016-07-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang klaus.waiss
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}