VibeMe
Listen to the hottest music on the web from the best dj's directly from VibeFM
VibeMeคืออะไร?
VibeMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Harkins และคุณลักษณะหลักของมันคือ "Listen to the hottest music on the web from the best dj's directly from VibeFM"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VibeMe
ดาวน์โหลดไฟล์ส่วนขยาย VibeMe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Listen to the hottest music on the web from the best dj's directly from VibeFM
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | halokfeahmcibckajfgcocpekldfipkf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/vibeme/halokfeahmcibckajfgcocpekldfipkf |
คำอธิบาย | Listen to the hottest music on the web from the best dj's directly from VibeFM |
ขนาดไฟล์ | 892 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.15 |
อัปเดตครั้งล่าสุด | 2012-09-20 |
วันที่เผยแพร่ | 2012-09-20 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Ryan Harkins |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VibeMe", "version": "1.15", "description": "Listen to the hottest music on the web from the best dj's directly from VibeFM", "icons": { "128": "resources\/images\/icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "resources\/images\/icon.png", "default_popup": "main.html" }, "permissions": [ "background", "http:\/\/*.dropbox.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |