Avengers Infinity War Wallpapers New Tab
Avengers Infinity War Marvel Movie Wallpapers and New Tab Themes for Your Browser
Avengers Infinity War Wallpapers New Tabคืออะไร?
Avengers Infinity War Wallpapers New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://supertabthemes.com และคุณลักษณะหลักของมันคือ "Avengers Infinity War Marvel Movie Wallpapers and New Tab Themes for Your Browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Avengers Infinity War Wallpapers New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Avengers Infinity War Wallpapers New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dear Avengers and Marvel fans, here is our new Avengers Infinity War movie extension that you can get for free. Download and install this Avengers extension to get different HD wallpapers and many other features that are provided. In order to improve your browsing experience, we included many cool features. Features: - Centered, personalized clock with greeting - Centered Search bar - Links and shortcuts for popular sites - Great and powerful To-Do organizer - Options tab with settings for favorite wallpaper, clock, search provider and many more! - Quotes of the day Disclaimer: This app is made for Avengers and Marvel fans. It is unofficial and all of its content is not sponsored, or approved by any company. All copyrights belong to their owners. The wallpapers and images are found around the web, so if we are in breach of copyright, let us know so we can look forward to removing them as soon as it is available.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bcmddmnmnlmpmdfmdndhciefllfhjgle |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/avengers-infinity-war-wal/bcmddmnmnlmpmdfmdndhciefllfhjgle |
คำอธิบาย | Avengers Infinity War Marvel Movie Wallpapers and New Tab Themes for Your Browser |
ขนาดไฟล์ | 16.28 MB |
จำนวนการติดตั้ง | 111 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2019-02-27 |
วันที่เผยแพร่ | 2019-02-27 |
ผู้พัฒนา | https://supertabthemes.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://supertabthemes.com/avengers-infinity-war-marvel-movie-best-wallpapers-and-new-tab-themes/ |
URL หน้าช่วยเหลือ | http://supertabthemes.com/contact-us/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Avengers Infinity War Wallpapers New Tab", "manifest_version": 2, "short_name": "Avengers", "description": "Avengers Infinity War Marvel Movie Wallpapers and New Tab Themes for Your Browser", "version": "3.0", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "detail\/index.html" }, "browser_action": { "default_title": "Avengers Infinity War Wallpapers New Tab", "default_icon": { "16": "detail\/icon16.png", "48": "detail\/icon48.png", "128": "detail\/icon128.png" } }, "offline_enabled": true, "incognito": "split", "permissions": [ "unlimitedStorage", "storage", "contextMenus", "management" ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon128.png" } } |