Arex Chrome Extension
Provides more capabilities for Arex
Co to jest Arex Chrome Extension?
Arex Chrome Extension to rozszerzenie Chrome opracowane przez wr.zhang25, a jego główną funkcją jest „Provides more capabilities for Arex”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Arex Chrome Extension
Pobierz pliki rozszerzeń Arex Chrome Extension 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
此插件可突破浏览器跨域限制,原理是通过postMessage把需要请求的函数交给插件的background处理。
Podstawowe informacje o rozszerzeniu
Nazwa | Arex Chrome Extension |
ID | jmmficadjneeekafmnheppeoehlgjdjj |
Oficjalny URL | https://chromewebstore.google.com/detail/arex-chrome-extension/jmmficadjneeekafmnheppeoehlgjdjj |
Opis | Provides more capabilities for Arex |
Rozmiar pliku | 12.23 KB |
Liczba instalacji | 327 |
Aktualna Wersja | 1.0.70 |
Ostatnia Aktualizacja | 2024-01-16 |
Data Publikacji | 2022-07-22 |
Deweloper | wr.zhang25 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/arextest |
Obsługiwane Języki | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arex Chrome Extension", "version": "1.0.70", "manifest_version": 3, "description": "Provides more capabilities for Arex", "homepage_url": "http:\/\/www.arextest.com", "icons": { "128": "logo-128.png" }, "permissions": [ "*:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/127.0.0.1:8002\/*", "http:\/\/127.0.0.1:6001\/*", "cookies" ], "host_permissions": [ "*:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "interceptor.js" ], "matches": [ " |