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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ilansbernstein และคุณลักษณะหลักของมันคือ "Automatically redirects pages on the old Ark wiki (ark.fandom.com), to the new Ark wiki (ark.wiki.gg)!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ark Changer

ดาวน์โหลดไฟล์ส่วนขยาย 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)!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ark Changer Ark Changer
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\/*"
    ]
}