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处理。
扩展基本信息
名称 | Arex Chrome Extension |
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 |
电子邮箱 | [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": [ " |