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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
            ]
        }
    ]
}