RapGeniusSamples

Effortlessly view what samples a song contains.

RapGeniusSamplesคืออะไร?

RapGeniusSamples เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Effortlessly view what samples a song contains."

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

screenshot

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

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

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

                        RapGeniusSamples shows you what samples a song contains right above the lyrics on a rap.genius.com page. The sample data is pulled from whosampled.com.                    

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

ชื่อ RapGeniusSamples RapGeniusSamples
ID bpfpofnomfjhkkfilphecclpobndmfjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rapgeniussamples/bpfpofnomfjhkkfilphecclpobndmfjk
คำอธิบาย Effortlessly view what samples a song contains.
ขนาดไฟล์ 886 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-12-01
วันที่เผยแพร่ 2014-12-01
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RapGeniusSamples",
    "description": "Effortlessly view what samples a song contains.",
    "version": "1.2",
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/rap.genius.com\/*",
                "https:\/\/rap.genius.com\/*",
                "https:\/\/genius.com\/*",
                "http:\/\/genius.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/logo.png"
    }
}