AzLyrics - Clean View & Dark Mode
Get a Cleaner, Wider and Darker AzLyrics Experience!
AzLyrics - Clean View & Dark Modeคืออะไร?
AzLyrics - Clean View & Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Otávio Pires และคุณลักษณะหลักของมันคือ "Get a Cleaner, Wider and Darker AzLyrics Experience!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AzLyrics - Clean View & Dark Mode
ดาวน์โหลดไฟล์ส่วนขยาย AzLyrics - Clean View & Dark Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an extension to the website https://www.azlyrics.com/. Get a Cleaner, Wider and Darker AzLyrics Experience With Only One Click! Navegate to the lyrics page you want to modify and simply click the button. Simple like that! Support and sugestions at GitHub!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ancolfadadfapijnjdlimchpioadpopo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/azlyrics-clean-view-dark/ancolfadadfapijnjdlimchpioadpopo |
คำอธิบาย | Get a Cleaner, Wider and Darker AzLyrics Experience! |
ขนาดไฟล์ | 6.96 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.001 |
อัปเดตครั้งล่าสุด | 2020-01-19 |
วันที่เผยแพร่ | 2020-01-19 |
ผู้พัฒนา | Otávio Pires |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AzLyrics - Clean View & Dark Mode", "version": "0.001", "description": "Get a Cleaner, Wider and Darker AzLyrics Experience!", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.azlyrics.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "images\/az16.png", "32": "images\/az32.png", "48": "images\/az48.png", "128": "images\/az128.png" } }, "icons": { "16": "images\/az16.png", "32": "images\/az32.png", "48": "images\/az48.png", "128": "images\/az128.png" } } |