Changes
- Removed the unused
tabspermission from the manifest. The extension only useschrome.tabs.create,chrome.tabs.onRemoved, andsender.tab.id— none of which require it. Thetabspermission only gates sensitive tab properties (url, title, pendingUrl, favIconUrl), which the code never reads.
This resolves the Chrome Web Store review flag for an unnecessary permission.