Explicitr
Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.
Explicitrคืออะไร?
Explicitr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matgrioni และคุณลักษณะหลักของมันคือ "Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Explicitr
ดาวน์โหลดไฟล์ส่วนขยาย Explicitr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension to check if a song is explicit or not. It checks against lyrics found on LyricsWiki. It's main use is for party DJ's to check if a requested song is explicit in a more precise way.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gboiagojhgfomjaahlbhadkgndcbimgd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/explicitr/gboiagojhgfomjaahlbhadkgndcbimgd |
คำอธิบาย | Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki. |
ขนาดไฟล์ | 54 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2017-12-15 |
วันที่เผยแพร่ | 2017-12-15 |
คะแนน | 2.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | matgrioni |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Explicitr", "version": "1.3.1", "description": "Party DJ's can accurately check if a song is explicit or not using lyrics found on LyricsWiki.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Check song lyrics", "default_popup": "popup.html" }, "permissions": [ "http:\/\/lyric-api.herokuapp.com\/api\/find\/*" ] } |