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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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