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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | ![]() |
ID | mjflkgbnoiilhbakmdijjcomoibhklmk |
官方網址 | 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" } ] } |