Scarlet Nexus New Tab Game Theme
Install this extension to get HD images of Scarlet Nexus on every new tab background! For fans of gaming and Xbox Series X!
Scarlet Nexus New Tab Game Themeคืออะไร?
Scarlet Nexus New Tab Game Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brand Thunder Tabs และคุณลักษณะหลักของมันคือ "Install this extension to get HD images of Scarlet Nexus on every new tab background! For fans of gaming and Xbox Series X!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scarlet Nexus New Tab Game Theme
ดาวน์โหลดไฟล์ส่วนขยาย Scarlet Nexus New Tab Game Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Install this extension to get HD images of Scarlet Nexus on every new tab background! For fans of gaming and Xbox Series X! QUESTIONS? -> [email protected] With our extension, you get a high-res new tab experience !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hdedjbgahfljhoaakenjjjpilhafngao |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/scarlet-nexus-new-tab-gam/hdedjbgahfljhoaakenjjjpilhafngao |
คำอธิบาย | Install this extension to get HD images of Scarlet Nexus on every new tab background! For fans of gaming and Xbox Series X! |
ขนาดไฟล์ | 40.66 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 4.0.7 |
อัปเดตครั้งล่าสุด | 2020-05-17 |
วันที่เผยแพร่ | 2020-05-17 |
ผู้พัฒนา | Brand Thunder Tabs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://support.brandthunder.com |
URL หน้านโยบายความเป็นส่วนตัว | http://brandthunder.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scarlet Nexus New Tab Game Theme", "version": "4.0.7", "description": "Install this extension to get HD images of Scarlet Nexus on every new tab background!\u00a0For fans of gaming and Xbox Series X!", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Scarlet Nexus New Tab Game Theme", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "options_ui": { "page": "options.html", "chrome_style": true }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |