Ark Changer

Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!

Cos'è Ark Changer?

Ark Changer è un'estensione di Chrome sviluppata da ilansbernstein, e la sua funzione principale è "Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ark Changer

Scarica i file di estensione Ark Changer 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

                        Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!                    

Informazioni di Base sull'Estensione

Nome Ark Changer Ark Changer
ID blahbmjhmebmhidghfmmnlhljfmkblbj
URL Ufficiale https://chromewebstore.google.com/detail/ark-changer/blahbmjhmebmhidghfmmnlhljfmkblbj
Descrizione Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!
Dimensione del File 19.78 KB
Conteggio Installazioni 70
Versione Corrente 1.0
Ultimo Aggiornamento 2023-10-28
Data di Pubblicazione 2022-09-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ilansbernstein
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ark Changer",
    "description": "Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/ark.fandom.com\/*"
    ]
}