Avicii Theme
These Are The Nights That Never Die!
Apa itu Avicii Theme?
Avicii Theme adalah ekstensi Chrome yang dikembangkan oleh http://www.appicted.in, dan fitur utamanya adalah "These Are The Nights That Never Die!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Avicii Theme
Unduh file ekstensi Avicii Theme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ebkmjncfiogembobcoehljlpedeopjgh |
URL Resmi | https://chrome.google.com/webstore/detail/avicii-theme/ebkmjncfiogembobcoehljlpedeopjgh |
Deskripsi | These Are The Nights That Never Die! |
Ukuran File | 365 KB |
Jumlah Instalasi | 111 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2018-12-07 |
Tanggal Publikasi | 2018-12-07 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | http://www.appicted.in |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.coach.me/Dhiraj?ref=YJNVl |
Bahasa yang Didukung | 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" } |