I assume that you are working with a local file. When launching Chrome, you can use the flag --allow-file-access-from-filesto load local JSON (for example) or --disable-web-securityto completely disable security mechanisms.
Please note that depending on your version of Chrome, these flags may or may not work.
source
share