Play Bollywood
Plays some awesome bollywood music.
Play Bollywood là gì?
Play Bollywood là một tiện ích mở rộng Chrome được phát triển bởi Rohit Gandhi, và tính năng chính của nó là "Plays some awesome bollywood music.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Play Bollywood
Tải xuống các tệp mở rộng Play Bollywood dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kcnomhhfmkmefocbidcbmmhjpandhchh |
URL Chính Thức | https://chrome.google.com/webstore/detail/play-bollywood/kcnomhhfmkmefocbidcbmmhjpandhchh |
Mô tả | Plays some awesome bollywood music. |
Kích Thước Tệp | 93.76 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2015-01-21 |
Ngày Phát Hành | 2015-01-21 |
Đánh Giá | 2.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Rohit Gandhi |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |