Avicii Theme
These Are The Nights That Never Die!
Vad är Avicii Theme?
Avicii Theme är en Chrome-tillägg utvecklad av http://www.appicted.in, och dess huvudfunktion är "These Are The Nights That Never Die!".
Tilläggsskärmbilder
Ladda ner Avicii Theme-förlängningens CRX-fil
Ladda ner Avicii Theme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ebkmjncfiogembobcoehljlpedeopjgh |
Officiell webbadress | https://chrome.google.com/webstore/detail/avicii-theme/ebkmjncfiogembobcoehljlpedeopjgh |
Beskrivning | These Are The Nights That Never Die! |
Filstorlek | 365 KB |
Antal Installationer | 111 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2018-12-07 |
Publiceringsdatum | 2018-12-07 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | http://www.appicted.in |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.coach.me/Dhiraj?ref=YJNVl |
Stödda Språk | 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" } |