Skip to content

v1.0.2

Latest

Choose a tag to compare

@computerscienceiscool computerscienceiscool released this 01 Jun 06:18

Changes

  • Removed the unused tabs permission from the manifest. The extension only uses chrome.tabs.create, chrome.tabs.onRemoved, and sender.tab.id — none of which require it. The tabs permission 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.