Allow-Control-Allow-Origin: * 1.0.3 CRX for Chrome
A Free Developer Tools Extension
Published By vitvad
Allow-Control-Allow-Origin: * (nlfbmbojpeacfghkpbjhddihlkkiljbi): Allows to you request any site with ajax from any source. Adds to response 'Allow-Control-Allow-Origin: *' header... Read More > or Download Now >
Allow-Control-Allow-Origin: * for Chrome
Tech Specs
- • Type: Browser Extension
- • Latest Version: 1.0.3
- • Price: Freeware
- • Offline: No
- • Developer: vitvad
User Reviews
- • Rating Average
- 4.2 out of 5
- • Rating Users
- 841
Download Count
- • Total Downloads
- 7214
- • Current Version Downloads
- 7218
- • Updated: June 17, 2015
Allow-Control-Allow-Origin: * is a free Developer Tools Extension for Chrome. You could download the latest version crx file and install it.
More About Allow-Control-Allow-Origin: *

*Summary*
Add to response header rule - 'Access-Control-Allow-Origin: *'
*Hint*
Same behavior you can get just using chrome flags [http://www.chromium.org/developers/how-tos/run-chromium-with-flags]
chrome --disable-web-security
or
--allow-file-access-from-files --allow-file-access --allow-cross-origin-auth-prompt
*Description*
Cross-origin resource sharing - is a mechanism that allows JavaScript on a web page to make XMLHttpRequests to another domain, not the domain the JavaScript originated from.[http://en.wikipedia.org/wiki/Cross-origin_resource_sharing]
CORS allows web applications on one domain to make cross domain AJAX requests to another domain. It's dead simple to enable, only requiring a single response header to be sent by the server. [http://www.html5rocks.com/en/tutorials/file/xhr2/#toc-cors]
*Issues*
If you found any bug or want some new feature - do not hesitate create a pull-request. [https://github.com/vitvad/Access-Control-Allow-Origin]