MP3Finder

Search and download your favorite music for free

MP3Finderคืออะไร?

MP3Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mp3finder.me และคุณลักษณะหลักของมันคือ "Search and download your favorite music for free"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MP3Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}