Who CORS?

Make requests to domains without having to worry about CORS.

Cos'è Who CORS??

Who CORS? è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Make requests to domains without having to worry about CORS.".

Scarica il file CRX dell'estensione Who CORS?

Scarica i file di estensione Who CORS? 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

                        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                    

Informazioni di Base sull'Estensione

Nome Who CORS? Who CORS?
ID hnlimanpjeeomjnpdglldcnpkppmndbp
URL Ufficiale https://chromewebstore.google.com/detail/who-cors/hnlimanpjeeomjnpdglldcnpkppmndbp
Descrizione Make requests to domains without having to worry about CORS.
Dimensione del File 1.86 MB
Conteggio Installazioni 4,099
Versione Corrente 0.0.4
Ultimo Aggiornamento 2017-11-21
Data di Pubblicazione 2017-11-21
Valutazione 4.08/5 Totale 13 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jdart/who-cors
Lingue Supportate 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": []
}