Gamepedia SBR

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

What is Gamepedia SBR?

Gamepedia SBR is a Chrome extension developed by Nerochi, and its main feature is "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.".

Extension Screenshots

screenshot

Download Gamepedia SBR Extension CRX File

Download Gamepedia SBR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Gamepedia SBR Gamepedia SBR
ID ibpbiopdeojmpbfdpojifehlajlmoeod
Official URL https://chromewebstore.google.com/detail/gamepedia-sbr/ibpbiopdeojmpbfdpojifehlajlmoeod
Description Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
File Size 19.26 KB
Installation Count 366
Current Version 0.1
Last Updated 2016-06-13
Publish Date 2016-06-13
Rating 4.77/5 Total 31 Ratings
Developer Nerochi
Payment Type free
Supported Languages 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
}