Play Bollywood

Plays some awesome bollywood music.

Cos'è Play Bollywood?

Play Bollywood è un'estensione di Chrome sviluppata da Rohit Gandhi, e la sua funzione principale è "Plays some awesome bollywood music.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Play Bollywood

Scarica i file di estensione Play Bollywood in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Play Bollywood Play Bollywood
ID kcnomhhfmkmefocbidcbmmhjpandhchh
URL Ufficiale https://chrome.google.com/webstore/detail/play-bollywood/kcnomhhfmkmefocbidcbmmhjpandhchh
Descrizione Plays some awesome bollywood music.
Dimensione del File 93.76 KB
Conteggio Installazioni 68
Versione Corrente 0.5
Ultimo Aggiornamento 2015-01-21
Data di Pubblicazione 2015-01-21
Valutazione 2.67/5 Totale 3 Valutazioni
Sviluppatore Rohit Gandhi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}