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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}