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
官方網址 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"
    }
}