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是由Marvin Schopf開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |