MC Theme - New Tab Video Wallpaper
MC Video Wallpaper Theme
Co to jest MC Theme - New Tab Video Wallpaper?
MC Theme - New Tab Video Wallpaper to rozszerzenie Chrome opracowane przez Xeri Media Crew | XMC, a jego główną funkcją jest „MC Video Wallpaper Theme”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MC Theme - New Tab Video Wallpaper
Pobierz pliki rozszerzeń MC Theme - New Tab Video Wallpaper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mfkdgmaedigckfnaehbebcpddaenomkk |
Oficjalny URL | https://chrome.google.com/webstore/detail/mc-theme-new-tab-video-wa/mfkdgmaedigckfnaehbebcpddaenomkk |
Opis | MC Video Wallpaper Theme |
Rozmiar pliku | 276 MB |
Liczba instalacji | 59 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2020-10-26 |
Data Publikacji | 2020-07-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Xeri Media Crew | XMC |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://xeri-media-crew.webnode.com/ |
Adres URL Strony Polityki Prywatności | https://www.xeriflow.net/privacy-policy |
Obsługiwane Języki | 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" } } |