Ark Changer

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

Qu'est-ce que Ark Changer ?

Ark Changer est une extension Chrome développée par ilansbernstein, et sa fonction principale est "Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ark Changer

Téléchargez les fichiers d'extension Ark Changer 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

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

Informations de Base sur l'Extension

Nom Ark Changer Ark Changer
ID blahbmjhmebmhidghfmmnlhljfmkblbj
URL Officiel https://chromewebstore.google.com/detail/ark-changer/blahbmjhmebmhidghfmmnlhljfmkblbj
Description Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!
Taille du Fichier 19.78 KB
Nombre d'Installations 70
Version Actuelle 1.0
Dernière Mise à Jour 2023-10-28
Date de Publication 2022-09-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur ilansbernstein
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}