Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'use strict'
- window.chrome.browserAction.onClicked.addListener((activeTab) => {
- window.chrome.tabs.create({ url: 'https://www.netflix.com/' })
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement