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은(는) https://supertabthemes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Avengers Infinity War Marvel Movie Wallpapers and New Tab Themes for Your Browser"입니다.
확장 프로그램 스크린샷
Avengers Infinity War Wallpapers New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |