Click to Pause for Twitch

Click the Twitch video to pause.

什麼是Click to Pause for Twitch?

Click to Pause for Twitch是由SamVK開發的Chrome擴展程式,該擴展的主要功能是“Click the Twitch video to pause.”。

擴展截圖

screenshot

下載Click to Pause for Twitch擴展crx文件

下載Click to Pause for Twitch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Twitch is the only popular video player where you can't click on the video to play/pause the stream. No more! "Click to Pause for Twitch" adds the simple functionally of toggling the play/pause state by clicking on it. Don't worry: double-click to toggle fullscreen still works too.                    

擴展基本資訊

名稱 Click to Pause for Twitch Click to Pause for Twitch
ID dmfaigalopddebbakgnifldgfhdinopo
官方網址 https://chromewebstore.google.com/detail/click-to-pause-for-twitch/dmfaigalopddebbakgnifldgfhdinopo
簡介 Click the Twitch video to pause.
檔案大小 14.48 KB
安裝次數 759
目前版本 1.1.0
更新時間 2022-02-07
上架時間 2021-11-01
評分 4.08/5 共 12 次評分
開發者 SamVK
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/samvk/twitch-click-to-pause
說明頁面URL https://samvk.com/contact
隱私政策頁面URL https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click to Pause for Twitch",
    "manifest_version": 2,
    "version": "1.1.0",
    "description": "Click the Twitch video to pause.",
    "author": "Sam Kauffman (SamVK)",
    "icons": {
        "16": "img\/icon\/icon-16.png",
        "48": "img\/icon\/icon-48.png",
        "128": "img\/icon\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}