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.
Cos'è Disable Page Visibility API?
Disable Page Visibility API è un'estensione di Chrome sviluppata da Marvin Schopf, e la sua funzione principale è "Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disable Page Visibility API
Scarica i file di estensione Disable Page Visibility API in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Disable Page Visibility API |
ID | eecfoibnnhheckhfokpihgefmlnenofb |
URL Ufficiale | https://chromewebstore.google.com/detail/disable-page-visibility-a/eecfoibnnhheckhfokpihgefmlnenofb |
Descrizione | Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window. |
Dimensione del File | 16.67 KB |
Conteggio Installazioni | 13,784 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-02-02 |
Data di Pubblicazione | 2021-02-02 |
Valutazione | 4.16/5 Totale 32 Valutazioni |
Sviluppatore | Marvin Schopf |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |