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"
        }
    ]
}