Stop the Music
Pauses all playing YouTube videos.
Stop the Musicคืออะไร?
Stop the Music เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roxton Labs และคุณลักษณะหลักของมันคือ "Pauses all playing YouTube videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop the Music
ดาวน์โหลดไฟล์ส่วนขยาย Stop the Music ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pauses all playing YouTube videos, even if Chrome is in the background. * Press once to pause, press again to resume (will only play the most recent video). * Right click to set keyboard shortcut (supports media keys).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stop the Music |
ID | mmkciobbhadaepjnfjllinlemhcmiihc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stop-the-music/mmkciobbhadaepjnfjllinlemhcmiihc |
คำอธิบาย | Pauses all playing YouTube videos. |
ขนาดไฟล์ | 10.84 KB |
จำนวนการติดตั้ง | 213 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-27 |
วันที่เผยแพร่ | 2015-11-27 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Roxton Labs |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.roxtonlabs.blogspot.com |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop the Music", "description": "Pauses all playing YouTube videos.", "version": "1.0", "author": "Roxton Labs", "browser_action": { "default_icon": "stopIcon.png", "default_title": "Click to pause\/resume background YouTube Videos.\nRight-click to set keyboard shortcut." }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "commands": { "stop-the-music": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Pauses\/resumes background YouTube videos.", "global": true } } } |