Gamepedia SBR

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

什麼是Gamepedia SBR?

Gamepedia SBR是由Nerochi開發的Chrome擴展程式,該擴展的主要功能是“Removes Gamepedia's ad sidebar that hogs up the right side of the screen.”。

擴展截圖

screenshot

下載Gamepedia SBR擴展crx文件

下載Gamepedia SBR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Gamepedia SBR Gamepedia SBR
ID ibpbiopdeojmpbfdpojifehlajlmoeod
官方網址 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
}