Better new Minecraft Wiki

Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead

Qu'est-ce que Better new Minecraft Wiki ?

Better new Minecraft Wiki est une extension Chrome développée par Jan Straßburger, et sa fonction principale est "Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Better new Minecraft Wiki

Téléchargez les fichiers d'extension Better new Minecraft Wiki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Better new Minecraft Wiki Better new Minecraft Wiki
ID njkogdlaalmifcbmhhlngeipfpoonafi
URL Officiel https://chromewebstore.google.com/detail/better-new-minecraft-wiki/njkogdlaalmifcbmhhlngeipfpoonafi
Description Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead
Taille du Fichier 67.04 KB
Nombre d'Installations 564
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-10-03
Date de Publication 2023-10-02
Évaluation 5.00/5 Total 7 Évaluations
Développeur Jan Straßburger
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/KartoffelChipss/better-new-minecraft-wiki-chrome
URL de la Page d'Aide https://github.com/KartoffelChipss/better-new-minecraft-wiki-chrome/issues
Langues Prises en Charge 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"
    }
}