You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
Hello, In the manifest version 3, I tried using tabCapture api in background script and content script, but failed to implement that. It returned type Error for the tabCatpure in both the situations. What is the best solution to record the current tab of the user if the tabCapture api is not working after the version 3?
vaibhav agrawal
unread,
Mar 20, 2023, 7:23:49 AM3/20/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Darwin Swartz
chrome.tabs.captureVisibleTab(
null,
null,
function(dataUrl)
{
console.log(dataUrl);
}
}
);
Darwin Swartz
unread,
Mar 20, 2023, 8:06:20 AM3/20/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, vaibhav agrawal, Darwin Swartz
captureVisibleTab only allows to capture the screenshot of the current tab
vaibhav agrawal
unread,
Mar 22, 2023, 8:03:09 AM3/22/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message