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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jirrid และคุณลักษณะหลักของมันคือ "Removes the Community Sidebar from the Minecraft Wiki site. Now works with the upcoming Curse-imposed Minecraft Wiki URL change."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MCWiki Community Sidebar Remover
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } ] } |