Who CORS?

Make requests to domains without having to worry about CORS.

O que é Who CORS??

Who CORS? é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Make requests to domains without having to worry about CORS.".

Baixar o arquivo CRX da Extensão Who CORS?

Baixe arquivos de extensão Who CORS? 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

                        This plugin aims to ease CORS related issues for developers. When this extension is enabled you can whitelist specific domains so that requests/responses won't fail if they don't have the appropriate CORS headers set.

This is a fork of https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi

Source code is available here: https://github.com/jdart/who-cors

Changelog
0.0.4
Made origin configurable                    

Informações Básicas da Extensão

Nome Who CORS? Who CORS?
ID hnlimanpjeeomjnpdglldcnpkppmndbp
URL Oficial https://chromewebstore.google.com/detail/who-cors/hnlimanpjeeomjnpdglldcnpkppmndbp
Descrição Make requests to domains without having to worry about CORS.
Tamanho do Arquivo 1.86 MB
Contagem de Instalações 4,099
Versão Atual 0.0.4
Última Atualização 2017-11-21
Data de Publicação 2017-11-21
Classificação 4.08/5 Total de 13 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/jdart/who-cors
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Who CORS?",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Make requests to domains without having to worry about CORS.",
    "background": {
        "scripts": [
            "bower_components\/bower-webfontloader\/webfont.js",
            "global.js",
            "tabs.js",
            "config.js",
            "icon.js",
            "listeners.js",
            "activate.js"
        ]
    },
    "browser_action": {
        "default_title": "Who CORS?",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/maxcdn.bootstrapcdn.com\/"
    ],
    "web_accessible_resources": []
}