Allow CORS: Access-Control-Allow-Origin

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

Qu'est-ce que Allow CORS: Access-Control-Allow-Origin ?

Allow CORS: Access-Control-Allow-Origin est une extension Chrome développée par Muyor, et sa fonction principale est "Easily add (Access-Control-Allow-Origin: *) rule to the response header.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Allow CORS: Access-Control-Allow-Origin

Téléchargez les fichiers d'extension Allow CORS: Access-Control-Allow-Origin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Allow CORS: Access-Control-Allow-Origin Allow CORS: Access-Control-Allow-Origin
ID lhobafahddgcelffkeicbaginigeejlf
URL Officiel https://chromewebstore.google.com/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf
Description Easily add (Access-Control-Allow-Origin: *) rule to the response header.
Taille du Fichier 74.16 KB
Nombre d'Installations 777,528
Version Actuelle 0.1.9
Dernière Mise à Jour 2023-09-04
Date de Publication 2020-03-08
Évaluation 3.39/5 Total 254 Évaluations
Développeur Muyor
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mybrowseraddon.com/access-control-allow-origin.html
URL de la Page d'Aide https://mybrowseraddon.com/access-control-allow-origin.html
Langues Prises en Charge 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"
    }
}