Twitch cursor hiding

Hides the mouse cursor in the Twitch video player in fullscreen mode.

Twitch cursor hidingとは何ですか?

Twitch cursor hidingはSquad Dreamsによって開発されたChromeの拡張機能で、その主な機能は「Hides the mouse cursor in the Twitch video player in fullscreen mode.」です。

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

screenshot
screenshot

Twitch cursor hiding拡張機能のCRXファイルをダウンロード

Twitch cursor hiding拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Doesn't work with extension overlays.

They have fixed it for now, so you don't have to download this extension.                    

拡張機能の基本情報

名前 Twitch cursor hiding Twitch cursor hiding
ID ljdlkhfnpfkhlhhkiodhmehegkcamghe
公式URL https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe
説明 Hides the mouse cursor in the Twitch video player in fullscreen mode.
ファイルサイズ 14.2 KB
インストール数 154
現在のバージョン 2.3.2
最終更新日 2020-08-01
公開日 2020-05-09
評価 3.17/5 合計 6 レビュー
開発者 Squad Dreams
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://squaddreamsgames.000webhostapp.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "twitch.user.js"
            ],
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Hides the mouse cursor in the Twitch video player in fullscreen mode.",
    "name": "Twitch cursor hiding",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}