Skip to content

Conversation

@random-robbie
Copy link

  • Update manifest_version from 2 to 3
  • Replace browser_action with action
  • Convert background script to service worker
  • Update chrome.browserAction API calls to chrome.action
  • Move broad permissions to host_permissions for better security
  • Add all required icon sizes (16, 32, 48, 96, 128)
  • Add activeTab permission for enhanced security

These changes ensure the extension meets current Chrome Web Store requirements and will pass the review process for new submissions.

- Update manifest_version from 2 to 3
- Replace browser_action with action
- Convert background script to service worker
- Update chrome.browserAction API calls to chrome.action
- Move broad permissions to host_permissions for better security
- Add all required icon sizes (16, 32, 48, 96, 128)
- Add activeTab permission for enhanced security

These changes ensure the extension meets current Chrome Web Store requirements
and will pass the review process for new submissions.
@bcutter
Copy link

bcutter commented Aug 6, 2025

Looking forward as currently starting with Chrome v139 this extension is basically dead (forced disabled).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants