Play Bollywood
Plays some awesome bollywood music.
Qu'est-ce que Play Bollywood ?
Play Bollywood est une extension Chrome développée par Rohit Gandhi, et sa fonction principale est "Plays some awesome bollywood music.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Play Bollywood
Téléchargez les fichiers d'extension Play Bollywood au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kcnomhhfmkmefocbidcbmmhjpandhchh |
URL Officiel | https://chrome.google.com/webstore/detail/play-bollywood/kcnomhhfmkmefocbidcbmmhjpandhchh |
Description | Plays some awesome bollywood music. |
Taille du Fichier | 93.76 KB |
Nombre d'Installations | 68 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2015-01-21 |
Date de Publication | 2015-01-21 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | Rohit Gandhi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |