MC Theme - New Tab Video Wallpaper

MC Video Wallpaper Theme

What is MC Theme - New Tab Video Wallpaper?

MC Theme - New Tab Video Wallpaper is a Chrome extension developed by Xeri Media Crew | XMC, and its main feature is "MC Video Wallpaper Theme".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download MC Theme - New Tab Video Wallpaper Extension CRX File

Download MC Theme - New Tab Video Wallpaper 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

                        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                    

Extension Basic Information

Name MC Theme - New Tab Video Wallpaper MC Theme - New Tab Video Wallpaper
ID mfkdgmaedigckfnaehbebcpddaenomkk
Official URL https://chrome.google.com/webstore/detail/mc-theme-new-tab-video-wa/mfkdgmaedigckfnaehbebcpddaenomkk
Description MC Video Wallpaper Theme
File Size 276 MB
Installation Count 59
Current Version 1.0.5
Last Updated 2020-10-26
Publish Date 2020-07-04
Rating 5.00/5 Total 1 Ratings
Developer Xeri Media Crew | XMC
Email [email protected]
Payment Type free
Extension Website https://xeri-media-crew.webnode.com/
Privacy Policy Page URL https://www.xeriflow.net/privacy-policy
Supported Languages 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"
    }
}