Chrome recently become not accepting extension with mainfest v2. Only v3 that can be accepted. But It has a problem of getting external data from url like XMLHTTPrequest or ajax call in the extension file getting error in console log:
it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline'
Is there any other way to solve this problem to get XMLHTTPrequest