Play Bollywood
Plays some awesome bollywood music.
What is Play Bollywood?
Play Bollywood is a Chrome extension developed by Rohit Gandhi, and its main feature is "Plays some awesome bollywood music.".
Extension Screenshots
Download Play Bollywood Extension CRX File
Download Play Bollywood extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kcnomhhfmkmefocbidcbmmhjpandhchh |
Official URL | https://chrome.google.com/webstore/detail/play-bollywood/kcnomhhfmkmefocbidcbmmhjpandhchh |
Description | Plays some awesome bollywood music. |
File Size | 93.76 KB |
Installation Count | 68 |
Current Version | 0.5 |
Last Updated | 2015-01-21 |
Publish Date | 2015-01-21 |
Rating | 2.67/5 Total 3 Ratings |
Developer | Rohit Gandhi |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |