add Sponsor button
This commit is contained in:
5
background.js
Normal file
5
background.js
Normal file
@@ -0,0 +1,5 @@
|
||||
chrome.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
||||
if (message.action === "openTab") {
|
||||
chrome.tabs.create({url: message.url});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user