Luka Doncic HD Wallpapers NBA Theme
Luka Doncic images on every new tab. For fans of the NBA basketball and Dallas Mavericks!
Luka Doncic HD Wallpapers NBA Themeคืออะไร?
Luka Doncic HD Wallpapers NBA Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stylish Tabs และคุณลักษณะหลักของมันคือ "Luka Doncic images on every new tab. For fans of the NBA basketball and Dallas Mavericks!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Luka Doncic HD Wallpapers NBA Theme
ดาวน์โหลดไฟล์ส่วนขยาย Luka Doncic HD Wallpapers NBA Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Luka Doncic images on every new tab. For fans of the NBA, basketball, and Dallas Mavericks! We would appreciate you giving us a 5-STAR rating! If you have any questions or feedback support can be reached at [email protected] With our extension, you get: 1: A high-res new tab experience 2: Simple, clean view - no tiles!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aphgdlmjkepjkeamfojkmnmmmojlaknh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/luka-doncic-hd-wallpapers/aphgdlmjkepjkeamfojkmnmmmojlaknh |
คำอธิบาย | Luka Doncic images on every new tab. For fans of the NBA basketball and Dallas Mavericks! |
ขนาดไฟล์ | 41.92 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2020-01-06 |
วันที่เผยแพร่ | 2019-12-28 |
ผู้พัฒนา | Stylish Tabs |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.newtabgallery.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://newtabgallery.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Luka Doncic HD Wallpapers NBA Theme", "version": "0.4", "description": "Luka Doncic images on every new tab. For fans of the NBA basketball and Dallas Mavericks!", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Luka Doncic HD Wallpapers NBA Theme", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "webNavigation", "https:\/\/home.newtabgallery.com\/*" ] } |