Sea | Beach Wallpapers HD - New Tab

New Tab to your browser with Amazing images, Sea | Beach Wallpapers in HD NewTab for Chrome 100% Free - BlueArticles.info.

Sea | Beach Wallpapers HD - New Tab란 무엇입니까?

Sea | Beach Wallpapers HD - New Tab은(는) https://bluearticles.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New Tab to your browser with Amazing images, Sea | Beach Wallpapers in HD NewTab for Chrome 100% Free - BlueArticles.info."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sea | Beach Wallpapers HD - New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension customizes your new tab with Beach Wallpapers. visit the most popular websites and social networks just with one click, a new and beautiful tab for your browser. Give it a try! it is 100% Free 

Demo: https://bluearticles.info/new-tab/nature/beach-wallpapers/

How to change the background image? 
it is very simple, by mouse hover on the icon on the bottom right and click the  image and u will see all the gallery. if you want to autoswitch all images, you will see the auto change all (on/off/) button turn it on, and you will see different image every page load.

Please before using this read the Privacy Policy & Terms of Use
Privacy Policy: https://bluearticles.info/privacy-policy/
Terms of Use: https://bluearticles.info/terms-and-conditions/

Blue Articles is born to bring you the best. 
Share this Extensions with your Firends, It will be a beautiful gift for them.                    

확장 프로그램 기본 정보

이름 Sea | Beach Wallpapers HD - New Tab Sea | Beach Wallpapers HD - New Tab
ID ooofphdkdnbeimcgdcmhcodplffcghnn
공식 URL https://chromewebstore.google.com/detail/sea-beach-wallpapers-hd-n/ooofphdkdnbeimcgdcmhcodplffcghnn
설명 New Tab to your browser with Amazing images, Sea | Beach Wallpapers in HD NewTab for Chrome 100% Free - BlueArticles.info.
파일 크기 51.82 KB
설치 횟수 785
현재 버전 2.0.1
최근 업데이트 2023-04-06
출시 날짜 2023-04-03
개발자 https://bluearticles.info
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bluearticles.info/privacy-policy
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_BAinfo_title__",
    "short_name": "__MSG_BAinfo_short_title__",
    "description": "__MSG_BAinfo_shortdesc__",
    "version": "2.0.1",
    "default_locale": "en",
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/newtab.html*"
            ],
            "css": [
                "css\/hide.css"
            ],
            "js": [
                "js\/background.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}