RA Song Finder
This extension finds youtube links for RA charts.
RA Song Finderคืออะไร?
RA Song Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dylan.conlin และคุณลักษณะหลักของมันคือ "This extension finds youtube links for RA charts."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RA Song Finder
ดาวน์โหลดไฟล์ส่วนขยาย RA Song Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dceflibeeapielpajfejlekonmgclaih |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ra-song-finder/dceflibeeapielpajfejlekonmgclaih |
คำอธิบาย | This extension finds youtube links for RA charts. |
ขนาดไฟล์ | 32.94 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2015-01-05 |
วันที่เผยแพร่ | 2015-01-02 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | dylan.conlin |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RA Song Finder", "version": "1", "description": "This extension finds youtube links for RA charts.", "manifest_version": 2, "content_scripts": [ { "js": [ "jquery-2.1.1.min.js", "background.js" ], "matches": [ "*:\/\/*.residentadvisor.net\/*", "*:\/\/*.youtube.com\/*" ], "persistent": false } ], "permissions": [ "*:\/\/*.residentadvisor.net\/*", "*:\/\/*.youtube.com\/*" ] } |