Allow CORS & Origin
Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.
Vad är Allow CORS & Origin?
Allow CORS & Origin är en Chrome-tillägg utvecklad av tabhibernation2.0, och dess huvudfunktion är "Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.".
Tilläggsskärmbilder
Ladda ner Allow CORS & Origin-förlängningens CRX-fil
Ladda ner Allow CORS & Origin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
⬇️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
Grundläggande Information om Tillägg
Namn | Allow CORS & Origin |
ID | igomecoafaibkpelmljakiklmgdajojk |
Officiell webbadress | https://chromewebstore.google.com/detail/allow-cors-origin/igomecoafaibkpelmljakiklmgdajojk |
Beskrivning | Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS. |
Filstorlek | 58.51 KB |
Antal Installationer | 7,000 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2023-12-15 |
Publiceringsdatum | 2022-10-13 |
Betyg | 3.55/5 Totalt 33 Betyg |
Utvecklare | tabhibernation2.0 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |