cros-anywhere

显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`

cros-anywhere là gì?

cros-anywhere là một tiện ích mở rộng Chrome được phát triển bởi https://www.yaozeyuan.online, và tính năng chính của nó là "显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng cros-anywhere

Tải xuống các tệp mở rộng cros-anywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        当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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên cros-anywhere cros-anywhere
ID gcagclbpmooihllccniifbdekfeneebm
URL Chính Thức https://chromewebstore.google.com/detail/cros-anywhere/gcagclbpmooihllccniifbdekfeneebm
Mô tả 显式允许来自Origin的请求 / Modify cros option response into `Access-Control-Allow-Origin: origin-host`
Kích Thước Tệp 261 KB
Số Lần Cài Đặt 1,751
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2019-03-24
Ngày Phát Hành 2019-03-23
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.yaozeyuan.online
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://chrome.google.com/webstore/detail/gcagclbpmooihllccniifbdekfeneebm
URL Trang Trợ Giúp https://github.com/YaoZeyuan/Access-Control-Allow-Origin
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ],
    "web_accessible_resources": [
        "on.png",
        "off.png"
    ]
}