You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constraint: use manifest v3, the future of web exts.
The POC should (necessary goals):
Be able to claim wide permissions to access all websites without being blocked by CORS rules.
Be able to request article HTML of any website.
Ideally, it should also (stretch goal):
Be able to modify and inject HTTP headers that are generally not accessible in browser fetch requests, like referer, using the new declarativeNetRequest API. This used to be possible.
Constraint: use manifest v3, the future of web exts.
The POC should (necessary goals):
Ideally, it should also (stretch goal):
fetch
requests, likereferer
, using the new declarativeNetRequest API. This used to be possible.The impact would be significant:
The text was updated successfully, but these errors were encountered: