Urban background pictures new tab

Urban background images show on every tab.

Urban background pictures new tab là gì?

Urban background pictures new tab là một tiện ích mở rộng Chrome được phát triển bởi urbanpicturesnewtab, và tính năng chính của nó là "Urban background images show on every tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Urban background pictures new tab

Tải xuống các tệp mở rộng Urban background pictures new tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With each new tab opened, a captivating urban background picture takes center stage, transporting you to the heart of bustling metropolises around the world. Towering skyscrapers pierce the sky, their sleek facades reflecting the city's vibrancy and ambition. 

Please note this extension will change your Chrome New Tab and New Tab search. 
New Tab search results powered by Yahoo.

Please notice:
By clicking on the 'Add to Chrome' button and installing this fun “Urban background pictures new tab”, you agree to install this extension, with our Privacy Policy and our Terms of Service mentioned below.
By installing “Urban background pictures new tab” you agree to the change of the new tab setting. 
Privacy policy available at: https://urbanpicturesnewtab.com/privacy.html
Terms of Service: https://urbanpicturesnewtab.com/terms.html

Contact us! We’d love to hear from you: [email protected]
You may remove or disable this extension at any time.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Urban background pictures new tab Urban background pictures new tab
ID oeocgkmgckgdffngbefngfnggclecdfm
URL Chính Thức https://chrome.google.com/webstore/detail/oeocgkmgckgdffngbefngfnggclecdfm
Mô tả Urban background images show on every tab.
Kích Thước Tệp 2.28 MB
Số Lần Cài Đặt 5,361
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-08-29
Ngày Phát Hành 2022-11-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển urbanpicturesnewtab
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://urbanpicturesnewtab.com
URL Trang Chính Sách Bảo Mật https://urbanpicturesnewtab.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "name": "Urban background pictures new tab",
    "version": "1.0.5",
    "description": "Urban background images show on every tab.",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/urbanpicturesnewtab.com\/",
        "*:\/\/*.urbanpicturesnewtab.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "urbanBg.html"
    },
    "action": {
        "default_icon": "imgUrb.png"
    },
    "icons": {
        "16": "imgUrb.png",
        "48": "imgUrb.png",
        "128": "imgUrb.png"
    }
}