Added button to popup to allow you to vote from the popup.

This commit is contained in:
Ajay Ramachandran
2019-07-17 22:53:42 -04:00
parent 01b61f6192
commit 888a03a708
4 changed files with 104 additions and 2 deletions

View File

@@ -59,7 +59,8 @@ chrome.runtime.onMessage.addListener( // Detect URL Changes
//send the sponsor times along with if it's found
sendResponse({
found: sponsorDataFound,
sponsorTimes: sponsorTimes
sponsorTimes: sponsorTimes,
UUIDs: UUIDs
})
}