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.
Wat is Disable Page Visibility API?
Disable Page Visibility API is een Chrome-extensie ontwikkeld door Marvin Schopf, en de belangrijkste functie is "Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window.".
Extensie Screenshots
Download het CRX-bestand van de extensie Disable Page Visibility API
Download Disable Page Visibility API-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Disable Page Visibility API |
ID | eecfoibnnhheckhfokpihgefmlnenofb |
Officiële URL | https://chromewebstore.google.com/detail/disable-page-visibility-a/eecfoibnnhheckhfokpihgefmlnenofb |
Beschrijving | Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window. |
Bestandsgrootte | 16.67 KB |
Aantal Installaties | 13,784 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-02-02 |
Publicatiedatum | 2021-02-02 |
Beoordeling | 4.16/5 Totaal 32 Beoordelingen |
Ontwikkelaar | Marvin Schopf |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |