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"
    ]
}