Why is this code hitting the youtube api data limit? (10,000 queries a day)
have this bit of code in a chrome extension background.js file, it should only run when a button is clicked that I’m loading onto the page using contentScript.js in the service worker I only see 4 API calls per button press (there are two videos on the page), there’s no way I’m using this more than 500 times let alone 10,000 per day yet i’m reaching the quota limit. Any ideas?