Skip to content

v1.9.1 - Slimmer Permissions

Choose a tag to compare

@jeanlucaslima jeanlucaslima released this 16 Jun 04:42
v1.9.1
b5b2bf1

What's Changed

Removed the <all_urls> host permission.

ATO no longer requests broad host access. The tabs permission alone covers everything it does — reading tab titles and URLs (including local file:// pages) to detect duplicates, search, and group tabs, plus loading favicons. This was verified empirically:

  • file:// tabs are still detected as duplicates with no host permission and with "Allow access to file URLs" off.
  • Favicons render exactly as before.
  • Closing tabs is unaffected.

Why it matters

  • More private: the extension can no longer access page content on any site — it only reads tab metadata.
  • Faster Chrome Web Store reviews: broad host permissions trigger an in-depth review; dropping it avoids that.

No functional changes to features — duplicate detection, search (fuzzy / exact / wildcard), domain groups, playing-media, and undo all work the same.

🤖 Generated with Claude Code