Arex Chrome Extension (Trip)
Provides more capabilities for Arex
Cos'è Arex Chrome Extension (Trip)?
Arex Chrome Extension (Trip) è un'estensione di Chrome sviluppata da wr.zhang25, e la sua funzione principale è "Provides more capabilities for Arex".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Arex Chrome Extension (Trip)
Scarica i file di estensione Arex Chrome Extension (Trip) 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
此插件可突破浏览器跨域限制,原理是通过postMessage把需要请求的函数交给插件的background处理。 Informazioni di Base sull'Estensione
| Nome | |
| ID | aeedmjhchkfdihlhngofokjmmielhjle |
| URL Ufficiale | https://chromewebstore.google.com/detail/arex-chrome-extension-tri/aeedmjhchkfdihlhngofokjmmielhjle |
| Descrizione | Provides more capabilities for Arex |
| Dimensione del File | 11.58 KB |
| Conteggio Installazioni | 826 |
| Versione Corrente | 1.0.55 |
| Ultimo Aggiornamento | 2024-01-11 |
| Data di Pubblicazione | 2023-04-26 |
| Sviluppatore | wr.zhang25 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Arex Chrome Extension (Trip)",
"version": "1.0.55",
"manifest_version": 3,
"description": "Provides more capabilities for Arex",
"homepage_url": "https:\/\/arextest.github.io\/arex-doc\/",
"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": [
" | |