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.
Hvad er Disable Page Visibility API?
Disable Page Visibility API er en Chrome-udvidelse udviklet af Marvin Schopf, og dens hovedfunktion er "Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window.".
Udvidelsesskærmbilleder
Download Disable Page Visibility API-udvidelses-CRX-fil
Download Disable Page Visibility API-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Disable Page Visibility API |
ID | eecfoibnnhheckhfokpihgefmlnenofb |
Officiel URL | https://chromewebstore.google.com/detail/disable-page-visibility-a/eecfoibnnhheckhfokpihgefmlnenofb |
Beskrivelse | Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window. |
Filstørrelse | 16.67 KB |
Antal Installationer | 13,784 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2021-02-02 |
Udgivelsesdato | 2021-02-02 |
Bedømmelse | 4.16/5 Samlet 32 Bedømmelser |
Udvikler | Marvin Schopf |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |