MC Theme - New Tab Video Wallpaper

MC Video Wallpaper Theme

Vad är MC Theme - New Tab Video Wallpaper?

MC Theme - New Tab Video Wallpaper är en Chrome-tillägg utvecklad av Xeri Media Crew | XMC, och dess huvudfunktion är "MC Video Wallpaper Theme".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner MC Theme - New Tab Video Wallpaper-förlängningens CRX-fil

Ladda ner MC Theme - New Tab Video Wallpaper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn MC Theme - New Tab Video Wallpaper MC Theme - New Tab Video Wallpaper
ID mfkdgmaedigckfnaehbebcpddaenomkk
Officiell webbadress https://chrome.google.com/webstore/detail/mc-theme-new-tab-video-wa/mfkdgmaedigckfnaehbebcpddaenomkk
Beskrivning MC Video Wallpaper Theme
Filstorlek 276 MB
Antal Installationer 59
Aktuell Version 1.0.5
Senast Uppdaterad 2020-10-26
Publiceringsdatum 2020-07-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Xeri Media Crew | XMC
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://xeri-media-crew.webnode.com/
URL till Sekretesspolicy Sidan https://www.xeriflow.net/privacy-policy
Stödda Språk 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"
    }
}