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

下载GoRes扩展crx文件

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