Gamepedia SBR

Removes Gamepedia's ad sidebar that hogs up the right side of the screen.

ما هو Gamepedia SBR؟

Gamepedia SBR هو إضافة Chrome تم تطويرها بواسطة Nerochi، والميزة الرئيسية لها هي "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Gamepedia SBR

قم بتنزيل ملفات الامتداد Gamepedia SBR بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Removes Gamepedia's ad sidebar that hogs up the right side of the screen.                    

معلومات أساسية عن التمديد

الاسم Gamepedia SBR Gamepedia SBR
ID ibpbiopdeojmpbfdpojifehlajlmoeod
عنوان URL الرسمي https://chromewebstore.google.com/detail/gamepedia-sbr/ibpbiopdeojmpbfdpojifehlajlmoeod
الوصف Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
حجم الملف 19.26 KB
عدد التثبيتات 366
النسخة الحالية 0.1
آخر تحديث 2016-06-13
تاريخ النشر 2016-06-13
تقييم 4.77/5 مجموع تقييمات 31
المطور Nerochi
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamepedia SBR",
    "version": "0.1",
    "permissions": [
        "*:\/\/*.gamepedia.com\/*"
    ],
    "description": "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gamepedia.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}