GoRes

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

Wat is GoRes?

GoRes is een Chrome-extensie ontwikkeld door 白眉鹰王, en de belangrijkste functie is "An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GoRes

Download GoRes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam GoRes GoRes
ID dddmkbekakfndaacbcjlbkchgmndoenb
Officiële URL https://chromewebstore.google.com/detail/gores/dddmkbekakfndaacbcjlbkchgmndoenb
Beschrijving An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.
Bestandsgrootte 225 KB
Aantal Installaties 4,000
Huidige Versie 1.4.0
Laatst Bijgewerkt 2022-04-13
Publicatiedatum 2019-12-13
Beoordeling 3.50/5 Totaal 8 Beoordelingen
Ontwikkelaar 白眉鹰王
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}