Allow CORS & Origin
Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.
Was ist Allow CORS & Origin?
Allow CORS & Origin ist eine Chrome-Erweiterung, die von tabhibernation2.0 entwickelt wurde, und ihr Hauptmerkmal ist "Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.".
Erweiterungsscreenshots
Allow CORS & Origin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Allow CORS & Origin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
⬇️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
Grundlegende Informationen zur Erweiterung
Name | Allow CORS & Origin |
ID | igomecoafaibkpelmljakiklmgdajojk |
Offizielle URL | https://chromewebstore.google.com/detail/allow-cors-origin/igomecoafaibkpelmljakiklmgdajojk |
Beschreibung | Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS. |
Dateigröße | 58.51 KB |
Installationsanzahl | 7,000 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2023-12-15 |
Veröffentlichungsdatum | 2022-10-13 |
Bewertung | 3.55/5 Insgesamt 33 Bewertungen |
Entwickler | tabhibernation2.0 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |