GoRes

An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.

GoResคืออะไร?

GoRes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 白眉鹰王 และคุณลักษณะหลักของมันคือ "An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย GoRes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An url redirect tool. 

Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes. https://chrome.google.com/webstore/detail/reres/gieocpkbblidnocefjakldecahgeeica?hl=zh-CN&gl=CN                    

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

ชื่อ GoRes GoRes
ID dddmkbekakfndaacbcjlbkchgmndoenb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gores/dddmkbekakfndaacbcjlbkchgmndoenb
คำอธิบาย An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.
ขนาดไฟล์ 225 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2022-04-13
วันที่เผยแพร่ 2019-12-13
คะแนน 3.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา 白眉鹰王
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "author": "haiyang5210",
    "description": "An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "img\/[email protected]",
            "16": "img\/[email protected]",
            "32": "img\/[email protected]",
            "48": "img\/[email protected]"
        },
        "default_popup": "popup.html",
        "default_title": "GoRes"
    },
    "icons": {
        "128": "img\/[email protected]",
        "16": "img\/[email protected]",
        "32": "img\/[email protected]",
        "48": "img\/[email protected]"
    },
    "manifest_version": 3,
    "name": "GoRes",
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "short_name": "GoRes",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.0"
}