Allow CORS & Origin
Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.
Qu'est-ce que Allow CORS & Origin ?
Allow CORS & Origin est une extension Chrome développée par tabhibernation2.0, et sa fonction principale est "Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Allow CORS & Origin
Téléchargez les fichiers d'extension Allow CORS & 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
⬇️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
Informations de Base sur l'Extension
Nom | Allow CORS & Origin |
ID | igomecoafaibkpelmljakiklmgdajojk |
URL Officiel | https://chromewebstore.google.com/detail/allow-cors-origin/igomecoafaibkpelmljakiklmgdajojk |
Description | Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS. |
Taille du Fichier | 58.51 KB |
Nombre d'Installations | 7,000 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-12-15 |
Date de Publication | 2022-10-13 |
Évaluation | 3.55/5 Total 33 Évaluations |
Développeur | tabhibernation2.0 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |