Allow CORS & Origin
Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.
O que é Allow CORS & Origin?
Allow CORS & Origin é uma extensão do Chrome desenvolvida por tabhibernation2.0, e sua principal característica é "Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Allow CORS & Origin
Baixe arquivos de extensão Allow CORS & Origin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
⬇️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
Informações Básicas da Extensão
Nome | Allow CORS & Origin |
ID | igomecoafaibkpelmljakiklmgdajojk |
URL Oficial | https://chromewebstore.google.com/detail/allow-cors-origin/igomecoafaibkpelmljakiklmgdajojk |
Descrição | Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS. |
Tamanho do Arquivo | 58.51 KB |
Contagem de Instalações | 7,000 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-12-15 |
Data de Publicação | 2022-10-13 |
Classificação | 3.55/5 Total de 33 Avaliações |
Desenvolvedor | tabhibernation2.0 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [ " |