Ark Changer

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

O que é Ark Changer?

Ark Changer é uma extensão do Chrome desenvolvida por ilansbernstein, e sua principal característica é "Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ark Changer

Baixe arquivos de extensão Ark Changer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Ark Changer Ark Changer
ID blahbmjhmebmhidghfmmnlhljfmkblbj
URL Oficial https://chromewebstore.google.com/detail/ark-changer/blahbmjhmebmhidghfmmnlhljfmkblbj
Descrição Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!
Tamanho do Arquivo 19.78 KB
Contagem de Instalações 70
Versão Atual 1.0
Última Atualização 2023-10-28
Data de Publicação 2022-09-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ilansbernstein
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}