Urban background pictures new tab
Urban background images show on every tab.
¿Qué es Urban background pictures new tab?
Urban background pictures new tab es una extensión de Chrome desarrollada por urbanpicturesnewtab, y su función principal es "Urban background images show on every tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Urban background pictures new tab
Descarga archivos de extensión Urban background pictures new tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | oeocgkmgckgdffngbefngfnggclecdfm |
URL Oficial | https://chrome.google.com/webstore/detail/oeocgkmgckgdffngbefngfnggclecdfm |
Descripción | Urban background images show on every tab. |
Tamaño del Archivo | 2.28 MB |
Cantidad de Instalaciones | 5,361 |
Versión Actual | 1.0.5 |
Última Actualización | 2023-08-29 |
Fecha de Publicación | 2022-11-03 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | urbanpicturesnewtab |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://urbanpicturesnewtab.com |
URL de la Página de Política de Privacidad | https://urbanpicturesnewtab.com/privacy.html |
Idiomas Soportados | 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" } } |