Allow CORS: Access-Control-Allow-Origin

Easily add (Access-Control-Allow-Origin: *) rule to the response header.

What is Allow CORS: Access-Control-Allow-Origin?

Allow CORS: Access-Control-Allow-Origin is a Chrome extension developed by Muyor, and its main feature is "Easily add (Access-Control-Allow-Origin: *) rule to the response header.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Allow CORS: Access-Control-Allow-Origin Extension CRX File

Download Allow CORS: Access-Control-Allow-Origin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Allow CORS: Access-Control-Allow-Origin lets you easily perform cross-domain Ajax requests in web applications.

Simply activate the add-on and perform the request. CORS or Cross-Origin Resource Sharing is blocked in modern browsers by default (in JavaScript APIs). Installing this add-on will allow you to unblock this feature. Please note that, when the add-on is added to your browser, it is inactive by default (toolbar icon is grey C letter). If you want to activate the add-on, please open the toolbar popup and press the toggle button on the left side. The icon will turn to an orange C letter.

If you have a feature request or found a bug to report, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/access-control-allow-origin.html).                    

Extension Basic Information

Name Allow CORS: Access-Control-Allow-Origin Allow CORS: Access-Control-Allow-Origin
ID lhobafahddgcelffkeicbaginigeejlf
Official URL https://chromewebstore.google.com/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf
Description Easily add (Access-Control-Allow-Origin: *) rule to the response header.
File Size 74.16 KB
Installation Count 777,528
Current Version 0.1.9
Last Updated 2023-09-04
Publish Date 2020-03-08
Rating 3.39/5 Total 254 Ratings
Developer Muyor
Email [email protected]
Payment Type free
Extension Website https://mybrowseraddon.com/access-control-allow-origin.html
Help Page URL https://mybrowseraddon.com/access-control-allow-origin.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.9",
    "manifest_version": 3,
    "offline_enabled": true,
    "host_permissions": [
        ""
    ],
    "name": "Allow CORS: Access-Control-Allow-Origin",
    "homepage_url": "https:\/\/mybrowseraddon.com\/access-control-allow-origin.html",
    "description": "Easily add (Access-Control-Allow-Origin: *) rule to the response header.",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "commands": {
        "toggle-state": {
            "description": "Access-Control-Allow-Origin",
            "suggested_key": {
                "mac": "Command+Shift+D",
                "default": "Ctrl+Shift+D"
            }
        }
    },
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Access-Control-Allow-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"
    }
}