MC Theme - New Tab Video Wallpaper
MC Video Wallpaper Theme
Apa itu MC Theme - New Tab Video Wallpaper?
MC Theme - New Tab Video Wallpaper adalah ekstensi Chrome yang dikembangkan oleh Xeri Media Crew | XMC, dan fitur utamanya adalah "MC Video Wallpaper Theme".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MC Theme - New Tab Video Wallpaper
Unduh file ekstensi MC Theme - New Tab Video Wallpaper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | mfkdgmaedigckfnaehbebcpddaenomkk |
URL Resmi | https://chrome.google.com/webstore/detail/mc-theme-new-tab-video-wa/mfkdgmaedigckfnaehbebcpddaenomkk |
Deskripsi | MC Video Wallpaper Theme |
Ukuran File | 276 MB |
Jumlah Instalasi | 59 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2020-10-26 |
Tanggal Publikasi | 2020-07-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Xeri Media Crew | XMC |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://xeri-media-crew.webnode.com/ |
URL Halaman Kebijakan Privasi | https://www.xeriflow.net/privacy-policy |
Bahasa yang Didukung | 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" } } |