Smule downloader

This extension helps to download audio files directly from the smule website

Smule downloaderとは何ですか?

Smule downloaderはhttp://sites.google.com/site/jayankaghoshによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to download audio files directly from the smule website」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension helps to download audio files directly from the smule website.

For any queries please send an email to [email protected]                    

拡張機能の基本情報

名前 Smule downloader Smule downloader
ID eadnjpopghnfpmaoggbbmglmjeclkhib
公式URL https://chrome.google.com/webstore/detail/smule-downloader/eadnjpopghnfpmaoggbbmglmjeclkhib
説明 This extension helps to download audio files directly from the smule website
ファイルサイズ 120 KB
インストール数 933
現在のバージョン 1.1
最終更新日 2017-05-01
公開日 2017-05-01
評価 3.98/5 合計 83 レビュー
開発者 http://sites.google.com/site/jayankaghosh
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smule downloader",
    "description": "This extension helps to download audio files directly from the smule website",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Made with l<3ve by j0y"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.smule.com\/*"
            ],
            "js": [
                "Smule.js"
            ]
        }
    ]
}