Allow CORS & Origin
Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.
Wat is Allow CORS & Origin?
Allow CORS & Origin is een Chrome-extensie ontwikkeld door tabhibernation2.0, en de belangrijkste functie is "Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.".
Extensie Screenshots
Download het CRX-bestand van de extensie Allow CORS & Origin
Download Allow CORS & Origin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
⬇️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
Basisinformatie over de Extensie
Naam | Allow CORS & Origin |
ID | igomecoafaibkpelmljakiklmgdajojk |
Officiële URL | https://chromewebstore.google.com/detail/allow-cors-origin/igomecoafaibkpelmljakiklmgdajojk |
Beschrijving | Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS. |
Bestandsgrootte | 58.51 KB |
Aantal Installaties | 7,000 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-12-15 |
Publicatiedatum | 2022-10-13 |
Beoordeling | 3.55/5 Totaal 33 Beoordelingen |
Ontwikkelaar | tabhibernation2.0 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |