Avicii Theme

These Are The Nights That Never Die!

什么是Avicii Theme?

Avicii Theme是由http://www.appicted.in开发的Chrome扩展程序,该扩展的主要功能是“These Are The Nights That Never Die!”。

扩展截图

screenshot

下载Avicii Theme扩展crx文件

下载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.                    

扩展基本信息

名称 Avicii Theme Avicii Theme
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"
}