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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย heltonricardo และคุณลักษณะหลักของมันคือ "Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch: Click to Pause

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}