Click to Pause for Twitch
Click the Twitch video to pause.
Click to Pause for Twitchคืออะไร?
Click to Pause for Twitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SamVK และคุณลักษณะหลักของมันคือ "Click the Twitch video to pause."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click to Pause for Twitch
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |