Music FInder

This extension searches for music.

Music FInderคืออะไร?

Music FInder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย herogaminghk และคุณลักษณะหลักของมันคือ "This extension searches for music."

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

ดาวน์โหลดไฟล์ส่วนขยาย Music FInder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A music finder extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Music FInder Music FInder
ID npekhlnkpdmjgpmhgiipmopecmnelhib
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/music-finder/npekhlnkpdmjgpmhgiipmopecmnelhib
คำอธิบาย This extension searches for music.
ขนาดไฟล์ 14.25 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2017-02-05
วันที่เผยแพร่ 2017-02-05
คะแนน 1.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา herogaminghk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Music FInder",
    "description": "This extension searches for music.",
    "version": "1",
    "icons": {
        "16": "small.png",
        "48": "medium.png",
        "128": "large.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "wordout.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}