Music Playr

Just Search Up Any Song and Enjoy

Music Playrとは何ですか?

Music PlayrはArchit Rathiによって開発されたChromeの拡張機能で、その主な機能は「Just Search Up Any Song and Enjoy」です。

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

screenshot

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

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

拡張機能の使用方法

                        Get rid of all the tabs! Listen to your favorite songs with this chrome extension!                    

拡張機能の基本情報

名前 Music Playr Music Playr
ID plplhkkaifpgjpbjgfgfpfneodbfeolj
公式URL https://chrome.google.com/webstore/detail/music-playr/plplhkkaifpgjpbjgfgfpfneodbfeolj
説明 Just Search Up Any Song and Enjoy
ファイルサイズ 46.04 KB
インストール数 14
現在のバージョン 0.2
最終更新日 2015-11-30
公開日 2015-11-30
評価 5.00/5 合計 1 レビュー
開発者 Archit Rathi
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Music Playr",
    "description": "Just Search Up Any Song and Enjoy",
    "version": "0.2",
    "permissions": [
        "http:\/\/connect.soundcloud.com\/sdk.js"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.1\/jquery.min.js; object-src 'self'",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "icon.png"
    }
}