MC Theme - New Tab Video Wallpaper
MC Video Wallpaper Theme
Wat is MC Theme - New Tab Video Wallpaper?
MC Theme - New Tab Video Wallpaper is een Chrome-extensie ontwikkeld door Xeri Media Crew | XMC, en de belangrijkste functie is "MC Video Wallpaper Theme".
Extensie Screenshots
Download het CRX-bestand van de extensie MC Theme - New Tab Video Wallpaper
Download MC Theme - New Tab Video Wallpaper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | mfkdgmaedigckfnaehbebcpddaenomkk |
Officiële URL | https://chrome.google.com/webstore/detail/mc-theme-new-tab-video-wa/mfkdgmaedigckfnaehbebcpddaenomkk |
Beschrijving | MC Video Wallpaper Theme |
Bestandsgrootte | 276 MB |
Aantal Installaties | 59 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2020-10-26 |
Publicatiedatum | 2020-07-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Xeri Media Crew | XMC |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://xeri-media-crew.webnode.com/ |
URL van de Privacybeleid Pagina | https://www.xeriflow.net/privacy-policy |
Ondersteunde Talen | 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" } } |