Urban background pictures new tab
Urban background images show on every tab.
Was ist Urban background pictures new tab?
Urban background pictures new tab ist eine Chrome-Erweiterung, die von urbanpicturesnewtab entwickelt wurde, und ihr Hauptmerkmal ist "Urban background images show on every tab.".
Erweiterungsscreenshots
Urban background pictures new tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Urban background pictures new tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | oeocgkmgckgdffngbefngfnggclecdfm |
Offizielle URL | https://chrome.google.com/webstore/detail/oeocgkmgckgdffngbefngfnggclecdfm |
Beschreibung | Urban background images show on every tab. |
Dateigröße | 2.28 MB |
Installationsanzahl | 5,361 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2023-08-29 |
Veröffentlichungsdatum | 2022-11-03 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | urbanpicturesnewtab |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://urbanpicturesnewtab.com |
URL der Datenschutzrichtlinien-Seite | https://urbanpicturesnewtab.com/privacy.html |
Unterstützte Sprachen | 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" } } |