GoRes
An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.
Co to jest GoRes?
GoRes to rozszerzenie Chrome opracowane przez 白眉鹰王, a jego główną funkcją jest „An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GoRes
Pobierz pliki rozszerzeń GoRes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dddmkbekakfndaacbcjlbkchgmndoenb |
Oficjalny URL | https://chromewebstore.google.com/detail/gores/dddmkbekakfndaacbcjlbkchgmndoenb |
Opis | An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes. |
Rozmiar pliku | 225 KB |
Liczba instalacji | 4,000 |
Aktualna Wersja | 1.4.0 |
Ostatnia Aktualizacja | 2022-04-13 |
Data Publikacji | 2019-12-13 |
Ocena | 3.50/5 Łącznie 8 Oceny |
Deweloper | 白眉鹰王 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |