New Tab Video Background
Replace the default new tab with your own video background from YouTube.
New Tab Video Backgroundคืออะไร?
New Tab Video Background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JCZ Studios และคุณลักษณะหลักของมันคือ "Replace the default new tab with your own video background from YouTube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Video Background
ดาวน์โหลดไฟล์ส่วนขยาย New Tab Video Background ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to use a YouTube video for your new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | New Tab Video Background |
ID | nnecgmaghchbkjopbahkcoidopilelfc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tab-video-background/nnecgmaghchbkjopbahkcoidopilelfc |
คำอธิบาย | Replace the default new tab with your own video background from YouTube. |
ขนาดไฟล์ | 36.02 KB |
จำนวนการติดตั้ง | 239 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2017-10-26 |
วันที่เผยแพร่ | 2017-10-26 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | JCZ Studios |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Video Background", "version": "0.1", "description": "Replace the default new tab with your own video background from YouTube.", "chrome_url_overrides": { "newtab": "new-tab.html" }, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "storage" ], "options_page": "options.html" } |