GoRes

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

Co je GoRes?

GoRes je rozšíření Chrome vyvinuté 白眉鹰王, a jeho hlavní funkcí je „An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GoRes

Stáhněte si soubory rozšíření GoRes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název GoRes GoRes
ID dddmkbekakfndaacbcjlbkchgmndoenb
Oficiální URL https://chromewebstore.google.com/detail/gores/dddmkbekakfndaacbcjlbkchgmndoenb
Popis An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.
Velikost souboru 225 KB
Počet instalací 4,000
Aktuální Verze 1.4.0
Poslední Aktualizace 2022-04-13
Datum Vydání 2019-12-13
Hodnocení 3.50/5 Celkem 8 Hodnocení
Vývojář 白眉鹰王
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}