Twitch: Click to Pause

Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!

什么是Twitch: Click to Pause?

Twitch: Click to Pause是由heltonricardo开发的Chrome扩展程序,该扩展的主要功能是“Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!”。

扩展截图

screenshot
screenshot

下载Twitch: Click to Pause扩展crx文件

下载Twitch: Click to Pause扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "Twitch: Click to Pause" is an extension that allows you to easily pause Twitch videos with a simple click on the video itself. With this extension, you no longer have to worry about missing the pause button when watching your favorite Twitch videos. Just click on the video and it will pause immediately, giving you greater control over your viewing experience. Download the extension now and start enjoying a more intuitive and personalized viewing experience on Twitch!                    

扩展基本信息

名称 Twitch: Click to Pause Twitch: Click to Pause
ID adobjpkknimepogllngddjikogghgdhl
官方URL https://chromewebstore.google.com/detail/twitch-click-to-pause/adobjpkknimepogllngddjikogghgdhl
简介 Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!
文件大小 24.14 KB
安装次数 103
当前版本 1.0.1
更新时间 2023-05-25
上架时间 2023-05-16
评分 5.00/5 共5次评分
开发者 heltonricardo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/heltonricardo/twitch-click-to-pause
帮助页面URL https://github.com/heltonricardo/twitch-click-to-pause
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "author": "Helton Ricardo",
    "name": "Twitch: Click to Pause",
    "description": "Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png",
        "256": "assets\/img\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}