Stranger Things Wallpapers and New Tab

Give your Chrome a new look with Stranger Things wallpapers.

Stranger Things Wallpapers and New Tab란 무엇입니까?

Stranger Things Wallpapers and New Tab은(는) Ultitab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Give your Chrome a new look with Stranger Things wallpapers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Stranger Things Wallpapers and New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Stranger Things Wallpapers and New Tab extension brings a fresh look to your default Chrome New Tab page. With every Chrome browser or new tab launch, you will enjoy the Stranger Things wallpapers.

All features:

Random wallpapers: Get a random wallpaper for your browser's new tab page.

One fixed wallpaper: You may want a fixed wallpaper you always want to see, then just click on an image listed in the backgrounds section. You can revert this in the settings section.

Search box: Search the entire web within the extension.

Quick Links: Quickly access to the most popular social media websites.                    

확장 프로그램 기본 정보

이름 Stranger Things Wallpapers and New Tab Stranger Things Wallpapers and New Tab
ID cfjccponcbhdcdjoalfjlflmpamlbhoa
공식 URL https://chrome.google.com/webstore/detail/stranger-things-wallpaper/cfjccponcbhdcdjoalfjlflmpamlbhoa
설명 Give your Chrome a new look with Stranger Things wallpapers.
파일 크기 212 KB
설치 횟수 81
현재 버전 0.0.5
최근 업데이트 2021-01-04
출시 날짜 2021-01-04
개발자 Ultitab
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.ultitab.com/privacy-policy
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,bn,ta,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/stranger-things.js"
        ]
    },
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "stranger-things.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "imgs\/icon-big.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "offline_enabled": false,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5"
}