Ark Changer
Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!
什么是Ark Changer?
Ark Changer是由ilansbernstein开发的Chrome扩展程序,该扩展的主要功能是“Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!”。
扩展截图
下载Ark Changer扩展crx文件
下载Ark Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)! 扩展基本信息
| 名称 | |
| ID | blahbmjhmebmhidghfmmnlhljfmkblbj |
| 官方URL | https://chromewebstore.google.com/detail/ark-changer/blahbmjhmebmhidghfmmnlhljfmkblbj |
| 简介 | Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)! |
| 文件大小 | 19.78 KB |
| 安装次数 | 70 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-10-28 |
| 上架时间 | 2022-09-19 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | ilansbernstein |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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\/*"
]
} | |