malcolm-kee / vite-chrome-extension-example

A chrome extension where host can use as a proxy to bypass CORS error

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite Chrome Extension Example

A monorepo used to develop a Chrome extension using CRXJS.

Runtime code in the host (the website) would send request details to the extension, which would make a fetch request and respond back. As a result, we can bypass CORS error.

About

A chrome extension where host can use as a proxy to bypass CORS error


Languages

Language:TypeScript 57.8%Language:CSS 15.5%Language:JavaScript 14.8%Language:HTML 12.0%