Who CORS?
Make requests to domains without having to worry about CORS.
What is Who CORS??
Who CORS? is a Chrome extension developed by Unknown, and its main feature is "Make requests to domains without having to worry about CORS.".
Download Who CORS? Extension CRX File
Download Who CORS? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Who CORS? |
ID | hnlimanpjeeomjnpdglldcnpkppmndbp |
Official URL | https://chromewebstore.google.com/detail/who-cors/hnlimanpjeeomjnpdglldcnpkppmndbp |
Description | Make requests to domains without having to worry about CORS. |
File Size | 1.86 MB |
Installation Count | 4,099 |
Current Version | 0.0.4 |
Last Updated | 2017-11-21 |
Publish Date | 2017-11-21 |
Rating | 4.08/5 Total 13 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/jdart/who-cors |
Supported Languages | 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", " |