MP3Finder

Search and download your favorite music for free

MP3Finderとは何ですか?

MP3Finderはhttp://mp3finder.meによって開発されたChromeの拡張機能で、その主な機能は「Search and download your favorite music for free」です。

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

screenshot

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

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

拡張機能の使用方法

                        MP3Finder.me is an online music search engine. By installing this app you are able to search for and download the latest popular songs. 

This version is beta so if you experience any errors please report them.

Release 1.7.0
Our first live version released

UPDATE 1.7.1
Minor Bug Fixes                    

拡張機能の基本情報

名前 MP3Finder MP3Finder
ID anfpkkaflkiocidindfnmieohlpcmcfp
公式URL https://chrome.google.com/webstore/detail/mp3finder/anfpkkaflkiocidindfnmieohlpcmcfp
説明 Search and download your favorite music for free
ファイルサイズ 133 KB
インストール数 960
現在のバージョン 1.7.1
最終更新日 2014-11-01
公開日 2014-11-01
評価 4.29/5 合計 7 レビュー
開発者 http://mp3finder.me
支払い方法 free
拡張機能のウェブサイト http://mp3finder.me
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/jquery-1.7.2.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon26.png",
        "default_popup": "popup.html",
        "default_title": "MP3Finder.me"
    },
    "description": "Search and download your favorite music for free",
    "homepage_url": "http:\/\/mp3finder.me\/",
    "icons": {
        "128": "images\/i128.png",
        "16": "images\/i16.png",
        "48": "images\/i48.png"
    },
    "manifest_version": 2,
    "name": "MP3Finder",
    "short_name": "MP3Finder",
    "author": "feeds\/posts\/default\/-\/",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.1",
    "web_accessible_resources": [
        "images\/status.png"
    ]
}