MC Theme - New Tab Video Wallpaper

MC Video Wallpaper Theme

Qu'est-ce que MC Theme - New Tab Video Wallpaper ?

MC Theme - New Tab Video Wallpaper est une extension Chrome développée par Xeri Media Crew | XMC, et sa fonction principale est "MC Video Wallpaper Theme".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MC Theme - New Tab Video Wallpaper

Téléchargez les fichiers d'extension MC Theme - New Tab Video Wallpaper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom MC Theme - New Tab Video Wallpaper MC Theme - New Tab Video Wallpaper
ID mfkdgmaedigckfnaehbebcpddaenomkk
URL Officiel https://chrome.google.com/webstore/detail/mc-theme-new-tab-video-wa/mfkdgmaedigckfnaehbebcpddaenomkk
Description MC Video Wallpaper Theme
Taille du Fichier 276 MB
Nombre d'Installations 59
Version Actuelle 1.0.5
Dernière Mise à Jour 2020-10-26
Date de Publication 2020-07-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur Xeri Media Crew | XMC
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://xeri-media-crew.webnode.com/
URL de la Page de Politique de Confidentialité https://www.xeriflow.net/privacy-policy
Langues Prises en Charge 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"
    }
}