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
}