Minecraft Wiki Redirector

This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…

Qu'est-ce que Minecraft Wiki Redirector ?

Minecraft Wiki Redirector est une extension Chrome développée par Jesper, et sa fonction principale est "This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Minecraft Wiki Redirector 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

                        This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is to promote the new wiki site and improve its SEO ranking, ensuring that the Minecraft community can easily find and access up-to-date information. By installing this extension, users will be seamlessly redirected to the new wiki pages, helping to shift the traffic and search engine recognition to the new site.                    

Informations de Base sur l'Extension

Nom Minecraft Wiki Redirector Minecraft Wiki Redirector
ID dikggljhchkopghpgocbdjipbbflpclc
URL Officiel https://chromewebstore.google.com/detail/minecraft-wiki-redirector/dikggljhchkopghpgocbdjipbbflpclc
Description This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…
Taille du Fichier 35.91 KB
Nombre d'Installations 682
Version Actuelle 1.02
Dernière Mise à Jour 2023-10-06
Date de Publication 2023-10-04
Évaluation 4.40/5 Total 5 Évaluations
Développeur Jesper
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "manifest_version": 3,
    "name": "Minecraft Wiki Redirector",
    "version": "1.02",
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/minecraft.fandom.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}