Звук при открытии вкладки Chrome

NT
На сайте с 09.04.2020
Offline
0
201

привет. такая проблема, мне нужно что бы при открытии вкладки воспроизводился звук

//show chrome notification

if(items.chrome_notify==true)

{

chrome.runtime.sendMessage('', {

type: 'notify',

options: {

title: '111',

message: response.body,

type: 'basic'

}

});

}

//open new tab

if(items.open_tab==true)

{

chrome.runtime.sendMessage({type:"new_tab",data:JSON.parse(response.body)});

}

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий