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
官方網址 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"
    }
}