Play Bollywood
Plays some awesome bollywood music.
Play Bollywoodคืออะไร?
Play Bollywood เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rohit Gandhi และคุณลักษณะหลักของมันคือ "Plays some awesome bollywood music."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Play Bollywood
ดาวน์โหลดไฟล์ส่วนขยาย Play Bollywood ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Plays a random Bollywood song every time you click on it. It's a great way to discover trending Bollywood music. You can either click on extension icon on top right corner of chrome or hit CTRL+SHIFT+A in order to open a new song tab. It always opens a new song in a new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kcnomhhfmkmefocbidcbmmhjpandhchh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/play-bollywood/kcnomhhfmkmefocbidcbmmhjpandhchh |
คำอธิบาย | Plays some awesome bollywood music. |
ขนาดไฟล์ | 93.76 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2015-01-21 |
วันที่เผยแพร่ | 2015-01-21 |
คะแนน | 2.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Rohit Gandhi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Play Bollywood", "description": "Plays some awesome bollywood music.", "short_name": "Play Bollywood", "version": "0.5", "manifest_version": 2, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "permissions": [ "storage", "notifications", "contextMenus", "cookies" ], "background": { "scripts": [ "third-party\/jquery.js", "config.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "commands": { "play_random_song": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "Play Random Song" } }, "browser_action": { "default_title": "Play Bollywood!", "default_icon": "icon_128.png" } } |