Arex Chrome Extension
Provides more capabilities for Arex
Arex Chrome Extensionとは何ですか?
Arex Chrome Extensionはwr.zhang25によって開発されたChromeの拡張機能で、その主な機能は「Provides more capabilities for Arex」です。
拡張機能のスクリーンショット
Arex Chrome Extension拡張機能のCRXファイルをダウンロード
Arex Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
此插件可突破浏览器跨域限制,原理是通过postMessage把需要请求的函数交给插件的background处理。 拡張機能の基本情報
| 名前 | |
| ID | jmmficadjneeekafmnheppeoehlgjdjj |
| 公式URL | https://chromewebstore.google.com/detail/arex-chrome-extension/jmmficadjneeekafmnheppeoehlgjdjj |
| 説明 | Provides more capabilities for Arex |
| ファイルサイズ | 12.23 KB |
| インストール数 | 327 |
| 現在のバージョン | 1.0.70 |
| 最終更新日 | 2024-01-16 |
| 公開日 | 2022-07-22 |
| 開発者 | wr.zhang25 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/arextest |
| 対応言語 | 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": [
" | |