Avicii Theme
These Are The Nights That Never Die!
What is Avicii Theme?
Avicii Theme is a Chrome extension developed by http://www.appicted.in, and its main feature is "These Are The Nights That Never Die!".
Extension Screenshots
Download Avicii Theme Extension CRX File
Download Avicii Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ebkmjncfiogembobcoehljlpedeopjgh |
Official URL | https://chrome.google.com/webstore/detail/avicii-theme/ebkmjncfiogembobcoehljlpedeopjgh |
Description | These Are The Nights That Never Die! |
File Size | 365 KB |
Installation Count | 111 |
Current Version | 0.0.1 |
Last Updated | 2018-12-07 |
Publish Date | 2018-12-07 |
Rating | 4.75/5 Total 4 Ratings |
Developer | http://www.appicted.in |
[email protected] | |
Payment Type | free |
Extension Website | https://www.coach.me/Dhiraj?ref=YJNVl |
Supported Languages | 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" } |