Who CORS?

Make requests to domains without having to worry about CORS.

Qu'est-ce que Who CORS? ?

Who CORS? est une extension Chrome développée par Unknown, et sa fonction principale est "Make requests to domains without having to worry about CORS.".

Télécharger le fichier CRX de l'extension Who CORS?

Téléchargez les fichiers d'extension Who CORS? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Who CORS? Who CORS?
ID hnlimanpjeeomjnpdglldcnpkppmndbp
URL Officiel https://chromewebstore.google.com/detail/who-cors/hnlimanpjeeomjnpdglldcnpkppmndbp
Description Make requests to domains without having to worry about CORS.
Taille du Fichier 1.86 MB
Nombre d'Installations 4,099
Version Actuelle 0.0.4
Dernière Mise à Jour 2017-11-21
Date de Publication 2017-11-21
Évaluation 4.08/5 Total 13 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/jdart/who-cors
Langues Prises en Charge 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": []
}