GoRes

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

What is GoRes?

GoRes is a Chrome extension developed by 白眉鹰王, and its main feature is "An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.".

Extension Screenshots

screenshot

Download GoRes Extension CRX File

Download GoRes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GoRes GoRes
ID dddmkbekakfndaacbcjlbkchgmndoenb
Official URL https://chromewebstore.google.com/detail/gores/dddmkbekakfndaacbcjlbkchgmndoenb
Description An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.
File Size 225 KB
Installation Count 4,000
Current Version 1.4.0
Last Updated 2022-04-13
Publish Date 2019-12-13
Rating 3.50/5 Total 8 Ratings
Developer 白眉鹰王
Email [email protected]
Payment Type free
Supported Languages 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"
}