Allow CORS & Origin
Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.
Allow CORS & Origin là gì?
Allow CORS & Origin là một tiện ích mở rộng Chrome được phát triển bởi tabhibernation2.0, và tính năng chính của nó là "Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Allow CORS & Origin
Tải xuống các tệp mở rộng Allow CORS & Origin 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
⬇️Easy to set up⬇️: 1. Install the extension. 2. To activate the add-on, open the toolbar 🛠 popup, 3. Press the toggle button on the left side, the icon will turn from gray to an orange C letter. ✨Features ✨ 1. Performs the request to unblock CORS. 2. Easily perform cross-domain Ajax requests in web applications. 3. Add ➕(Access-Control-Allow-Origin: 😉rule to the response header. Unblock CORS or Cross-Origin Resource Sharing with this extension which is blocked 🚫 in modern browsers by default
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Allow CORS & Origin |
ID | igomecoafaibkpelmljakiklmgdajojk |
URL Chính Thức | https://chromewebstore.google.com/detail/allow-cors-origin/igomecoafaibkpelmljakiklmgdajojk |
Mô tả | Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS. |
Kích Thước Tệp | 58.51 KB |
Số Lần Cài Đặt | 7,000 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-12-15 |
Ngày Phát Hành | 2022-10-13 |
Đánh Giá | 3.55/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | tabhibernation2.0 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Allow CORS & Origin", "name": "Allow CORS & Origin", "version": "1.0.1", "manifest_version": 3, "offline_enabled": true, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "host_permissions": [ " |