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
官方URL 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"
            ]
        }
    ]
}