Ark Changer
Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!
Wat is Ark Changer?
Ark Changer is een Chrome-extensie ontwikkeld door ilansbernstein, en de belangrijkste functie is "Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!".
Extensie Screenshots
Download het CRX-bestand van de extensie Ark Changer
Download Ark Changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)! Basisinformatie over de Extensie
| Naam | |
| ID | blahbmjhmebmhidghfmmnlhljfmkblbj |
| Officiële URL | https://chromewebstore.google.com/detail/ark-changer/blahbmjhmebmhidghfmmnlhljfmkblbj |
| Beschrijving | Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)! |
| Bestandsgrootte | 19.78 KB |
| Aantal Installaties | 70 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-10-28 |
| Publicatiedatum | 2022-09-19 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | ilansbernstein |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |