Avicii Theme
These Are The Nights That Never Die!
Avicii Themeคืออะไร?
Avicii Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.appicted.in และคุณลักษณะหลักของมันคือ "These Are The Nights That Never Die!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Avicii Theme
ดาวน์โหลดไฟล์ส่วนขยาย Avicii Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Let me know what other themes you'd like to see. Check out more of my work at www.appicted.in No copyright infringement intended.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ebkmjncfiogembobcoehljlpedeopjgh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/avicii-theme/ebkmjncfiogembobcoehljlpedeopjgh |
คำอธิบาย | These Are The Nights That Never Die! |
ขนาดไฟล์ | 365 KB |
จำนวนการติดตั้ง | 111 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2018-12-07 |
วันที่เผยแพร่ | 2018-12-07 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://www.appicted.in |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.coach.me/Dhiraj?ref=YJNVl |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "description": "These Are The Nights That Never Die!", "name": "Avicii Theme", "browser_action": { "default_icon": "icon.png", "default_title": "Avicii" }, "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "newTab.html" }, "icons": { "64": "smallIcon.png", "128": "icon.png" }, "incognito": "split" } |