Wallpapers new tab extension by WallpaperCave

Wallpapers for your browser! New wallpaper when you open a tab.

Wallpapers new tab extension by WallpaperCave란 무엇입니까?

Wallpapers new tab extension by WallpaperCave은(는) http://wallpapercave.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wallpapers for your browser! New wallpaper when you open a tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Wallpapers new tab extension by WallpaperCave 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The best wallpapers from the best community and website, WallpaperCave.com now directly as the background of browser!

Customize your browser with our free wallpapers extension!

Open a new tab and discover some of the best featured images by wallpaperCave. The wallpaper will rotate every 7 seconds, so you will always have new incredible images to discover.

Our new tab page includes a search box to preform your search queries and get redirected to Wallpaper's Cave search router that will ensure that you get the most relevant search results offered by Google, Bing and Yahoo!

Like a wallpaper? Download it, directly from your new tab page. No matter if you love Fortnite wallpapers, BTS wallpapers, anime, pokemon... or just looking for nice aesthetic HD wallpapers to make your browser more personal, we have them!               

Our images are categorized to make it easy to find what you like                                                                                                                                                                                                                                                                                                                                                                                                                                        most and new wallpapers are added daily!

Amazing features:
* Select a category or load 'featured wallpapers' to get a curated selection of the best HD images to use as your background
* 15 different categories of wallpapers to choose from
* Go to our website page to comment and participate on our wallpaper lovers community
* Download and save the images to share them or use in other devices

-
We love hearing your ideas and feedback. If you have any suggestions, email us at [email protected] or send us a message on Instagram 🙌

Instagram: https://www.instagram.com/wallpapercave/                    

확장 프로그램 기본 정보

이름 Wallpapers new tab extension by WallpaperCave Wallpapers new tab extension by WallpaperCave
ID hmhfpallpiebbcpamaojeimahcengdhd
공식 URL https://chrome.google.com/webstore/detail/wallpapers-new-tab-extens/hmhfpallpiebbcpamaojeimahcengdhd
설명 Wallpapers for your browser! New wallpaper when you open a tab.
파일 크기 59.87 KB
설치 횟수 40,000
현재 버전 0.1.3
최근 업데이트 2022-06-07
출시 날짜 2021-12-29
평점 4.54/5 총 13 개의 평점
개발자 http://wallpapercave.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wallpapercave.com
개인정보 보호 정책 페이지 URL https://wallpapercave.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wallpapers new tab extension by WallpaperCave",
    "description": "Wallpapers for your browser! New wallpaper when you open a tab.",
    "version": "0.1.3",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*, http:s\/\/*\/*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/",
        "*:\/\/*.wallpapercave.com\/*"
    ],
    "permissions": [
        "storage"
    ]
}