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.
Qu'est-ce que Disable Page Visibility API ?
Disable Page Visibility API est une extension Chrome développée par Marvin Schopf, et sa fonction principale est "Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable Page Visibility API
Téléchargez les fichiers d'extension Disable Page Visibility API au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Disable Page Visibility API |
ID | eecfoibnnhheckhfokpihgefmlnenofb |
URL Officiel | https://chromewebstore.google.com/detail/disable-page-visibility-a/eecfoibnnhheckhfokpihgefmlnenofb |
Description | Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window. |
Taille du Fichier | 16.67 KB |
Nombre d'Installations | 13,784 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-02-02 |
Date de Publication | 2021-02-02 |
Évaluation | 4.16/5 Total 32 Évaluations |
Développeur | Marvin Schopf |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |