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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the Community Sidebar from the Minecraft Wiki site. Now works with the upcoming Curse-imposed Minecraft Wiki URL change."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MCWiki Community Sidebar Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |