GoRes
An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.
Cos'è GoRes?
GoRes è un'estensione di Chrome sviluppata da 白眉鹰王, e la sua funzione principale è "An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoRes
Scarica i file di estensione GoRes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | dddmkbekakfndaacbcjlbkchgmndoenb |
URL Ufficiale | https://chromewebstore.google.com/detail/gores/dddmkbekakfndaacbcjlbkchgmndoenb |
Descrizione | An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes. |
Dimensione del File | 225 KB |
Conteggio Installazioni | 4,000 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2022-04-13 |
Data di Pubblicazione | 2019-12-13 |
Valutazione | 3.50/5 Totale 8 Valutazioni |
Sviluppatore | 白眉鹰王 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |