cros-anywhere
显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`
什么是cros-anywhere?
cros-anywhere是由https://www.yaozeyuan.online开发的Chrome扩展程序,该扩展的主要功能是“显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`”。
扩展截图
下载cros-anywhere扩展crx文件
下载cros-anywhere扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
当Access-Control-Allow-Credentials 为 true 时(跨域传递cookie), Access-Control-Allow-Origin需要显式指定来源域名, 而不是之前的*
When Access-Control-Allow-Credentials is true ( need transfer cookie for other domain), `Access-Control-Allow-Origin` need to be origin-host instead of '*'. This is all of Plugin do 扩展基本信息
| 名称 | |
| ID | gcagclbpmooihllccniifbdekfeneebm |
| 官方URL | https://chromewebstore.google.com/detail/cros-anywhere/gcagclbpmooihllccniifbdekfeneebm |
| 简介 | 显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host` |
| 文件大小 | 261 KB |
| 安装次数 | 1,751 |
| 当前版本 | 1.0.7 |
| 更新时间 | 2019-03-24 |
| 上架时间 | 2019-03-23 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://www.yaozeyuan.online |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://chrome.google.com/webstore/detail/gcagclbpmooihllccniifbdekfeneebm |
| 帮助页面URL | https://github.com/YaoZeyuan/Access-Control-Allow-Origin |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "\u663e\u5f0f\u5141\u8bb8\u6765\u81eaOrigin\u7684\u8bf7\u6c42 \/ Modify cros option response into `Access-Control-Allow-Origin: origin-host`",
"version": "1.0.7",
"name": "cros-anywhere",
"author": "\u59da\u6cfd\u6e90",
"homepage_url": "https:\/\/www.yaozeyuan.online\/",
"icons": {
"128": "icon-128.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "off.png",
"default_title": "cros-anywhere",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
" | |