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.
Apa itu Disable Page Visibility API?
Disable Page Visibility API adalah ekstensi Chrome yang dikembangkan oleh Marvin Schopf, dan fitur utamanya adalah "Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Disable Page Visibility API
Unduh file ekstensi Disable Page Visibility API dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Disable Page Visibility API |
ID | eecfoibnnhheckhfokpihgefmlnenofb |
URL Resmi | https://chromewebstore.google.com/detail/disable-page-visibility-a/eecfoibnnhheckhfokpihgefmlnenofb |
Deskripsi | Add-on to disable the Page Visibility API. This prevents conferencing systems from tracking if you are currently in another window. |
Ukuran File | 16.67 KB |
Jumlah Instalasi | 13,784 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-02-02 |
Tanggal Publikasi | 2021-02-02 |
Penilaian | 4.16/5 Total 32 Penilaian |
Pengembang | Marvin Schopf |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |