Allow CORS & Origin
Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.
Cos'è Allow CORS & Origin?
Allow CORS & Origin è un'estensione di Chrome sviluppata da tabhibernation2.0, e la sua funzione principale è "Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Allow CORS & Origin
Scarica i file di estensione Allow CORS & Origin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
⬇️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
Informazioni di Base sull'Estensione
Nome | Allow CORS & Origin |
ID | igomecoafaibkpelmljakiklmgdajojk |
URL Ufficiale | https://chromewebstore.google.com/detail/allow-cors-origin/igomecoafaibkpelmljakiklmgdajojk |
Descrizione | Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS. |
Dimensione del File | 58.51 KB |
Conteggio Installazioni | 7,000 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-12-15 |
Data di Pubblicazione | 2022-10-13 |
Valutazione | 3.55/5 Totale 33 Valutazioni |
Sviluppatore | tabhibernation2.0 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |