Play Bollywood

Plays some awesome bollywood music.

Play Bollywoodとは何ですか?

Play BollywoodはRohit Gandhiによって開発されたChromeの拡張機能で、その主な機能は「Plays some awesome bollywood music.」です。

拡張機能のスクリーンショット

screenshot

Play Bollywood拡張機能のCRXファイルをダウンロード

Play Bollywood拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Play Bollywood Play Bollywood
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
Eメール [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"
    }
}