Add streama2z.com (#19)

This commit is contained in:
2024-07-28 17:54:41 +02:00
parent 3cd4c6b6b7
commit 298e9308ce
2 changed files with 22 additions and 2 deletions

View File

@ -35,6 +35,10 @@ async function main() {
return;
}
if (!url) {
return;
}
// send the url to the ff2mpv (https://github.com/woodruffw/ff2mpv) application
if (await Other.getFf2mpv()) {
await chrome.runtime.sendMessage({ action: 'ff2mpv', url: url });