ACM Beats
Add songs to Beats from Chrome.
ACM Beatsคืออะไร?
ACM Beats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pranayprakash.co และคุณลักษณะหลักของมันคือ "Add songs to Beats from Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ACM Beats
ดาวน์โหลดไฟล์ส่วนขยาย ACM Beats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add songs to the ACM beats queue from Chrome
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fbeimmdjicojejnfnmndfbkecdodlded |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/acm-beats/fbeimmdjicojejnfnmndfbkecdodlded |
คำอธิบาย | Add songs to Beats from Chrome. |
ขนาดไฟล์ | 312 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2016-04-11 |
วันที่เผยแพร่ | 2016-04-11 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://pranayprakash.co |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ACM Beats", "description": "Add songs to Beats from Chrome.", "version": "1.1.0", "page_action": { "default_icon": "images\/icon.png" }, "content_scripts": [ { "js": [ "bower_components\/jquery\/dist\/jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "activeTab" ], "web_accessible_resources": [ "popup.html", "bower_components\/*", "images\/*" ] } |