Urban background pictures new tab

Urban background images show on every tab.

什么是Urban background pictures new tab?

Urban background pictures new tab是由urbanpicturesnewtab开发的Chrome扩展程序,该扩展的主要功能是“Urban background images show on every tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Urban background pictures new tab扩展crx文件

下载Urban background pictures new tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Urban background pictures new tab Urban background pictures new tab
ID oeocgkmgckgdffngbefngfnggclecdfm
官方URL https://chrome.google.com/webstore/detail/oeocgkmgckgdffngbefngfnggclecdfm
简介 Urban background images show on every tab.
文件大小 2.28 MB
安装次数 5,361
当前版本 1.0.5
更新时间 2023-08-29
上架时间 2022-11-03
评分 5.00/5 共2次评分
开发者 urbanpicturesnewtab
电子邮箱 [email protected]
付费类型 free
扩展官网 https://urbanpicturesnewtab.com
隐私政策页面URL https://urbanpicturesnewtab.com/privacy.html
支持的语言 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"
    }
}