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