Ark Changer

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

What is Ark Changer?

Ark Changer is a Chrome extension developed by ilansbernstein, and its main feature is "Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!".

Extension Screenshots

screenshot

Download Ark Changer Extension CRX File

Download Ark Changer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Ark Changer Ark Changer
ID blahbmjhmebmhidghfmmnlhljfmkblbj
Official URL 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)!
File Size 19.78 KB
Installation Count 70
Current Version 1.0
Last Updated 2023-10-28
Publish Date 2022-09-19
Rating 5.00/5 Total 1 Ratings
Developer ilansbernstein
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}