Disable Page Visibility API
Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window.
Vad är Disable Page Visibility API?
Disable Page Visibility API är en Chrome-tillägg utvecklad av Marvin Schopf, och dess huvudfunktion är "Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window.".
Tilläggsskärmbilder
Ladda ner Disable Page Visibility API-förlängningens CRX-fil
Ladda ner Disable Page Visibility API-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This addon disables the Page Visibility API. This prevents, for example, video conferencing systems from detecting whether you are in their tab or in another window. The source code of this add-on can be found here: https://github.com/marvinschopf/disable-page-visibility-api The addon's icon is a derivative of "Expand New Tab" by Syafiqa Fickle from the Noun Project, used under CC BY.
Grundläggande Information om Tillägg
Namn | Disable Page Visibility API |
ID | eecfoibnnhheckhfokpihgefmlnenofb |
Officiell webbadress | https://chromewebstore.google.com/detail/disable-page-visibility-a/eecfoibnnhheckhfokpihgefmlnenofb |
Beskrivning | Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window. |
Filstorlek | 16.67 KB |
Antal Installationer | 13,784 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2021-02-02 |
Publiceringsdatum | 2021-02-02 |
Betyg | 4.16/5 Totalt 32 Betyg |
Utvecklare | Marvin Schopf |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Disable Page Visibility API", "version": "1.0.1", "author": "Marvin Schopf", "description": "Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "disable.js" ] } ] } |