zubyj/leetcode-explained

Get rid of warnings when downloading extension by trying to remove some chrome apis and permissions

Closed this issue · 4 comments

zubyj commented
Get rid of warnings when downloading extension by trying to remove some chrome apis and permissions
zubyj commented

Screenshot 2023-04-14 at 12 34 30 PM

zubyj commented

leetcode explained

zubyj commented

changed the title v0.0.2 has some warnings when users download the extension. See if we can get rid of the warnings (remove tabs api, only browse certain openai.com endpoints Get rid of warnings when downloading extension by trying to remove some chrome apis and permissions now

zubyj commented

6a2ac98

The first warning will only warn against the "https://chat.openai.com/api/auth/session" endpoint now. The second warning cant be helped. I need to read the tab name to figure out whether to add the leetcode solution to the page. Also the tab name is used to figure out the right problem to insert. I could create a button to add the video and then i'd only be using the activetab api which wont show the warning but the current implementation is a lot cleaner.