Auto Play
Automatically play music from a variety of websites
Auto Playคืออะไร?
Auto Play เป็นส่วนขยายของ Chrome ที่พัฒนาโดย syrrim และคุณลักษณะหลักของมันคือ "Automatically play music from a variety of websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Play
ดาวน์โหลดไฟล์ส่วนขยาย Auto Play ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to generate a playlist of music, that will be automatically played. This music can be from most popular sites, including: • Youtube • SoundCloud • Bandcamp • Vimeo It also allows you to add audio tracks off the web, as long as the format is supported by chrome. Currently playing sounds can be played and paused, seeked through, restarted, or skipped over. Songs in the queue can be reorganized through drag and drop methods, as well as completely removed. In other words, you have complete control over the playlist.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Play |
ID | ahenlbboobkcclimcmfmeppgldbnemfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-play/ahenlbboobkcclimcmfmeppgldbnemfh |
คำอธิบาย | Automatically play music from a variety of websites |
ขนาดไฟล์ | 136 KB |
จำนวนการติดตั้ง | 301 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-10-29 |
วันที่เผยแพร่ | 2015-10-28 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | syrrim |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Play", "description": "Automatically play music from a variety of websites", "author": "syrrim", "version": "1.0.1", "icons": { "128": "logo128.png", "48": "logo48.png", "16": "logo16.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "logo\/logo128.png", "default_title": "Auto Play", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "http:\/\/streampocket.com\/" ] } |