How to use content script without vue UI #123
Closed
realrecordzLab
started this conversation in
General
Replies: 1 comment
-
Yes, why not! Content ui frame is injected in this file: https://github.com/mubaidr/vite-vue3-browser-extension-v3/blob/master/src/content-script/index.ts#L11 Just empty this file and use as regular module to perform any custom functionality. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is possible to just use content script without the vue ui? I was using another boilerplate where just the index of the content script were used, I want to do the same with this nice boilerplate.
Beta Was this translation helpful? Give feedback.
All reactions