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
Eメール [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"
    }
}