Better new Minecraft Wiki
Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead
Τι είναι το Better new Minecraft Wiki;
Το Better new Minecraft Wiki είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jan Straßburger, και η κύρια λειτουργία του είναι "Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Better new Minecraft Wiki
Λήψη αρχείων επέκτασης Better new Minecraft Wiki σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Enhance Your Minecraft Wiki Experience! Say goodbye to the old fandom and welcome the optimized new Minecraft.wiki! Boost your browsing speed, don't get bothered by hundreds of ads and help to improve search results for the new wiki by automatically redirecting to minecraft.wiki. Features: - Instant redirection from the old 'minecraft.fandom.com' to the new 'minecraft.wiki.' - Swift access to the updated wiki for faster load times and improved efficiency - Effortless right-click functionality to access the old wiki when needed - 'minecraft.fandom.com' won't be loaded at all, so the old wiki will apear less in google search seults
Βασικές Πληροφορίες Επέκτασης
Όνομα | Better new Minecraft Wiki |
ID | njkogdlaalmifcbmhhlngeipfpoonafi |
Επίσημο URL | https://chromewebstore.google.com/detail/better-new-minecraft-wiki/njkogdlaalmifcbmhhlngeipfpoonafi |
Περιγραφή | Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead |
Μέγεθος Αρχείου | 67.04 KB |
Αριθμός Εγκαταστάσεων | 564 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-10-03 |
Ημερομηνία Δημοσίευσης | 2023-10-02 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Jan Straßburger |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/KartoffelChipss/better-new-minecraft-wiki-chrome |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/KartoffelChipss/better-new-minecraft-wiki-chrome/issues |
Υποστηριζόμενες Γλώσσες | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better new Minecraft Wiki", "version": "1.0.0", "description": "Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead", "default_locale": "en", "icons": { "16": ".\/img\/wiki-16.png", "19": ".\/img\/wiki-19.png", "38": ".\/img\/wiki-38.png", "48": ".\/img\/wiki-48.png", "128": ".\/img\/wiki-128.png" }, "action": { "default_popup": "popup\/popup.html", "default_icon": ".\/img\/wiki-48.png" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules-1.json" } ] }, "permissions": [ "declarativeNetRequest", "contextMenus" ], "host_permissions": [ "*:\/\/minecraft.fandom.com\/" ], "background": { "service_worker": "background.js" } } |