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.
Τι είναι το Disable Page Visibility API;
Το Disable Page Visibility API είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Marvin Schopf, και η κύρια λειτουργία του είναι "Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Disable Page Visibility API
Λήψη αρχείων επέκτασης Disable Page Visibility API σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Disable Page Visibility API |
ID | eecfoibnnhheckhfokpihgefmlnenofb |
Επίσημο URL | https://chromewebstore.google.com/detail/disable-page-visibility-a/eecfoibnnhheckhfokpihgefmlnenofb |
Περιγραφή | Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window. |
Μέγεθος Αρχείου | 16.67 KB |
Αριθμός Εγκαταστάσεων | 13,784 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2021-02-02 |
Ημερομηνία Δημοσίευσης | 2021-02-02 |
Αξιολόγηση | 4.16/5 Συνολικά 32 Αξιολογήσεις |
Προγραμματιστής | Marvin Schopf |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |