MCWiki Community Sidebar Remover

Removes the Community Sidebar from the Minecraft Wiki site. Now works with the upcoming Curse-imposed Minecraft Wiki URL change.

MCWiki Community Sidebar Removerとは何ですか?

MCWiki Community Sidebar RemoverはJirridによって開発されたChromeの拡張機能で、その主な機能は「Removes the Community Sidebar from the Minecraft Wiki site. Now works with the upcoming Curse-imposed Minecraft Wiki URL change.」です。

拡張機能のスクリーンショット

screenshot

MCWiki Community Sidebar Remover拡張機能のCRXファイルをダウンロード

MCWiki Community Sidebar Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Gives you back 300 pixels of horizontal screen space when browsing the Minecraft Wiki, and stops the sidebar from getting in the way of images on the wiki.

If you're annoyed when "Mojang's Latest Tweets" block a redstone diagram you're trying to view, or when there's one word per line because the page content is squashed to make room for the Community Sidebar then this is for you. Enjoy! :)

NEW: Now works with the upcoming, Curse-imposed "Leveraging Users" URL Change. Also blocks even more Curse branding, to help you forget the awful fact that they exist.                    

拡張機能の基本情報

名前 MCWiki Community Sidebar Remover MCWiki Community Sidebar Remover
ID mjflkgbnoiilhbakmdijjcomoibhklmk
公式URL https://chrome.google.com/webstore/detail/mcwiki-community-sidebar/mjflkgbnoiilhbakmdijjcomoibhklmk
説明 Removes the Community Sidebar from the Minecraft Wiki site. Now works with the upcoming Curse-imposed Minecraft Wiki URL change.
ファイルサイズ 3.35 KB
インストール数 25
現在のバージョン 1.1.1
最終更新日 2013-08-31
公開日 2013-08-31
評価 5.00/5 合計 2 レビュー
開発者 Jirrid
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MCWiki Community Sidebar Remover",
    "description": "Removes the Community Sidebar from the Minecraft Wiki site. Now works with the upcoming Curse-imposed Minecraft Wiki URL change.",
    "version": "1.1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.minecraftwiki.net\/wiki\/*",
                "http:\/\/minecraft.gamepedia.com\/*"
            ],
            "exclude_matches": [
                "http:\/\/www.minecraftwiki.net\/wiki\/Minecraft_Wiki"
            ],
            "js": [
                "sidebar.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.minecraftwiki.net\/wiki\/*",
                "http:\/\/minecraft.gamepedia.com\/*"
            ],
            "js": [
                "headerfooter.js"
            ],
            "run_at": "document_end"
        }
    ]
}