Avicii Theme
These Are The Nights That Never Die!
Cos'è Avicii Theme?
Avicii Theme è un'estensione di Chrome sviluppata da http://www.appicted.in, e la sua funzione principale è "These Are The Nights That Never Die!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Avicii Theme
Scarica i file di estensione Avicii Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ebkmjncfiogembobcoehljlpedeopjgh |
URL Ufficiale | https://chrome.google.com/webstore/detail/avicii-theme/ebkmjncfiogembobcoehljlpedeopjgh |
Descrizione | These Are The Nights That Never Die! |
Dimensione del File | 365 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2018-12-07 |
Data di Pubblicazione | 2018-12-07 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | http://www.appicted.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.coach.me/Dhiraj?ref=YJNVl |
Lingue Supportate | 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" } |