MC Theme - New Tab Video Wallpaper

MC Video Wallpaper Theme

什么是MC Theme - New Tab Video Wallpaper?

MC Theme - New Tab Video Wallpaper是由Xeri Media Crew | XMC开发的Chrome扩展程序,该扩展的主要功能是“MC Video Wallpaper Theme”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载MC Theme - New Tab Video Wallpaper扩展crx文件

下载MC Theme - New Tab Video Wallpaper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Costomize your "New Tab" window! Your tabs will be MC themed!
Get surprised with insane HD MC video wallpaper!
When you click on "New Tab" a tab with a MC video wallpaper will open!
Video wallpaper of cinematic scenes, landscapes and buildings.

The tab will look like:
-searchbar at the top
-video background wallpaper in MC theme
-rate & settings button at the bottom                    

扩展基本信息

名称 MC Theme - New Tab Video Wallpaper MC Theme - New Tab Video Wallpaper
ID mfkdgmaedigckfnaehbebcpddaenomkk
官方URL https://chrome.google.com/webstore/detail/mc-theme-new-tab-video-wa/mfkdgmaedigckfnaehbebcpddaenomkk
简介 MC Video Wallpaper Theme
文件大小 276 MB
安装次数 59
当前版本 1.0.5
更新时间 2020-10-26
上架时间 2020-07-04
评分 5.00/5 共1次评分
开发者 Xeri Media Crew | XMC
电子邮箱 [email protected]
付费类型 free
扩展官网 https://xeri-media-crew.webnode.com/
隐私政策页面URL https://www.xeriflow.net/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MC Theme - New Tab Video Wallpaper",
    "description": "MC Video Wallpaper Theme",
    "version": "1.0.5",
    "permissions": [
        "background"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "web_accessible_resources": [
        "bg-vid\/*",
        "bg-img\/*"
    ],
    "browser_action": {
        "popup": "popup.html",
        "default_popup": "default.html"
    }
}