GoRes

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

GoRes क्या है?

GoRes 白眉鹰王 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GoRes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}