Play Bollywood
Plays some awesome bollywood music.
Play Bollywood क्या है?
Play Bollywood Rohit Gandhi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plays some awesome bollywood music."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Play Bollywood एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |