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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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"
        }
    ]
}