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…

Cos'è Minecraft Wiki Redirector?

Minecraft Wiki Redirector è un'estensione di Chrome sviluppata da Jesper, e la sua funzione principale è "This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Minecraft Wiki Redirector

Scarica i file di estensione Minecraft Wiki Redirector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Minecraft Wiki Redirector Minecraft Wiki Redirector
ID dikggljhchkopghpgocbdjipbbflpclc
URL Ufficiale https://chromewebstore.google.com/detail/minecraft-wiki-redirector/dikggljhchkopghpgocbdjipbbflpclc
Descrizione This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…
Dimensione del File 35.91 KB
Conteggio Installazioni 682
Versione Corrente 1.02
Ultimo Aggiornamento 2023-10-06
Data di Pubblicazione 2023-10-04
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore Jesper
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}