Who CORS?

Make requests to domains without having to worry about CORS.

什么是Who CORS??

Who CORS?是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Make requests to domains without having to worry about CORS.”。

下载Who CORS?扩展crx文件

下载Who CORS?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Who CORS? Who CORS?
ID hnlimanpjeeomjnpdglldcnpkppmndbp
官方URL https://chromewebstore.google.com/detail/who-cors/hnlimanpjeeomjnpdglldcnpkppmndbp
简介 Make requests to domains without having to worry about CORS.
文件大小 1.86 MB
安装次数 4,099
当前版本 0.0.4
更新时间 2017-11-21
上架时间 2017-11-21
评分 4.08/5 共13次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/jdart/who-cors
支持的语言 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": []
}