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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bluearticles.info และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sea | Beach Wallpapers HD - New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Sea | Beach Wallpapers HD - New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}