I make POST request from extension but It's automated add origin: chrome extension://oinaehobmloogbkdgopkbeggjfnoobho into header request
I want to change origin to the same origin server I sent request example: I request to facebook.com I want to set Origin : https://www.facebook.com
I set permission varible in manifest.json like this but still not working:
"permissions": [ "contextMenus", "notifications", "tabs", "cookies", "http:///", "https:///", "webRequestBlocking", "storage" ]