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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MC Theme - New Tab Video Wallpaper

ดาวน์โหลดไฟล์ส่วนขยาย MC Theme - New Tab Video Wallpaper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MC Theme - New Tab Video Wallpaper MC Theme - New Tab Video Wallpaper
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/
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}