Playback Button
Adds a button for Playback.app to YouTube
Playback Buttonคืออะไร?
Playback Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max Ogden และคุณลักษณะหลักของมันคือ "Adds a button for Playback.app to YouTube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Playback Button
ดาวน์โหลดไฟล์ส่วนขยาย Playback Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a button to YouTube videos on YouTube.com that lets you play the video in Playback.app (https://github.com/mafintosh/playback)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Playback Button |
ID | jibgihafbnobhcaankccoekndbilehmc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/playback-button/jibgihafbnobhcaankccoekndbilehmc |
คำอธิบาย | Adds a button for Playback.app to YouTube |
ขนาดไฟล์ | 32.6 KB |
จำนวนการติดตั้ง | 250 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-04-13 |
วันที่เผยแพร่ | 2015-04-13 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Max Ogden |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/maxogden/playback-chrome |
URL หน้าช่วยเหลือ | https://github.com/maxogden/playback-chrome |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/github.com\/maxogden\/playback-chrome", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [] } |