How to go to specific time in youtube video programmatically in chrome extension?

Viewed 449

I have a youtube video open on my browser. How to go to specific time stamp using javascript? I want to use this in chrome extension. I can give the t query in url but it reloads the whole page. I don't want to reload the whole page. Help me with this. Thanks

1 Answers
Related