This extension protects against web pages tracking the activity state of the page. Some websites use this track to only offer services when the tab is active. By installing this extension a small script is injected into every webpage which overwrites the "document.visibilityState", and "document.hidden" properties to pretend the tab is always in the active state (document.visibilityState = 'visible' and document.hidden = false).
- FAQs Page: https://webextension.org/listing/always-active.html
- Chrome Webstore: https://chromewebstore.google.com/detail/always-active-window-alwa/ehllkhjndgnlokhomdlhgbineffifcbj
- Edge Add-ons: https://microsoftedge.microsoft.com/addons/detail/mpappcpgjachepaibhgpbnhhmneojmkc
- Firefox Add-ons: https://addons.mozilla.org/firefox/addon/always-visible/
- Opera Addons: https://addons.opera.com/extensions/details/always-active-window-always-visible/
- Whale Store: https://store.whale.naver.com/detail/ibidfllpokiehhoolhnpbgjcokecjlfj
Allow Right-Click is an open-source project released under MPL-2.0