Ark Changer

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

Vad är Ark Changer?

Ark Changer är en Chrome-tillägg utvecklad av ilansbernstein, och dess huvudfunktion är "Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!".

Tilläggsskärmbilder

screenshot

Ladda ner Ark Changer-förlängningens CRX-fil

Ladda ner Ark Changer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Ark Changer Ark Changer
ID blahbmjhmebmhidghfmmnlhljfmkblbj
Officiell webbadress https://chromewebstore.google.com/detail/ark-changer/blahbmjhmebmhidghfmmnlhljfmkblbj
Beskrivning Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!
Filstorlek 19.78 KB
Antal Installationer 70
Aktuell Version 1.0
Senast Uppdaterad 2023-10-28
Publiceringsdatum 2022-09-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare ilansbernstein
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}