MP3Finder

Search and download your favorite music for free

MP3Finder là gì?

MP3Finder là một tiện ích mở rộng Chrome được phát triển bởi http://mp3finder.me, và tính năng chính của nó là "Search and download your favorite music for free".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MP3Finder

Tải xuống các tệp mở rộng MP3Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MP3Finder MP3Finder
ID anfpkkaflkiocidindfnmieohlpcmcfp
URL Chính Thức https://chrome.google.com/webstore/detail/mp3finder/anfpkkaflkiocidindfnmieohlpcmcfp
Mô tả Search and download your favorite music for free
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 960
Phiên Bản Hiện Tại 1.7.1
Cập Nhật Lần Cuối 2014-11-01
Ngày Phát Hành 2014-11-01
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển http://mp3finder.me
Loại Thanh Toán free
Trang Web Mở Rộng http://mp3finder.me
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}