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
官方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
}