Arex Chrome Extension (Trip)
Provides more capabilities for Arex
Wat is Arex Chrome Extension (Trip)?
Arex Chrome Extension (Trip) is een Chrome-extensie ontwikkeld door wr.zhang25, en de belangrijkste functie is "Provides more capabilities for Arex".
Extensie Screenshots
Download het CRX-bestand van de extensie Arex Chrome Extension (Trip)
Download Arex Chrome Extension (Trip)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
此插件可突破浏览器跨域限制,原理是通过postMessage把需要请求的函数交给插件的background处理。 Basisinformatie over de Extensie
| Naam | |
| ID | aeedmjhchkfdihlhngofokjmmielhjle |
| Officiële URL | https://chromewebstore.google.com/detail/arex-chrome-extension-tri/aeedmjhchkfdihlhngofokjmmielhjle |
| Beschrijving | Provides more capabilities for Arex |
| Bestandsgrootte | 11.58 KB |
| Aantal Installaties | 826 |
| Huidige Versie | 1.0.55 |
| Laatst Bijgewerkt | 2024-01-11 |
| Publicatiedatum | 2023-04-26 |
| Ontwikkelaar | wr.zhang25 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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": [
" | |