MC Theme - New Tab Video Wallpaper
MC Video Wallpaper Theme
ما هو MC Theme - New Tab Video Wallpaper؟
MC Theme - New Tab Video Wallpaper هو إضافة Chrome تم تطويرها بواسطة Xeri Media Crew | XMC، والميزة الرئيسية لها هي "MC Video Wallpaper Theme".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MC Theme - New Tab Video Wallpaper
قم بتنزيل ملفات الامتداد MC Theme - New Tab Video Wallpaper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | mfkdgmaedigckfnaehbebcpddaenomkk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mc-theme-new-tab-video-wa/mfkdgmaedigckfnaehbebcpddaenomkk |
الوصف | MC Video Wallpaper Theme |
حجم الملف | 276 MB |
عدد التثبيتات | 59 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2020-10-26 |
تاريخ النشر | 2020-07-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Xeri Media Crew | XMC |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://xeri-media-crew.webnode.com/ |
عنوان صفحة سياسة الخصوصية | https://www.xeriflow.net/privacy-policy |
اللغات المدعومة | 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" } } |