London Background Pictures New Tab
This new tab extension will show pictures of London city in the background.
What is London Background Pictures New Tab?
London Background Pictures New Tab is a Chrome extension developed by londonpicturesnewtab, and its main feature is "This new tab extension will show pictures of London city in the background.".
Extension Screenshots
Download London Background Pictures New Tab Extension CRX File
Download London Background Pictures New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Discover a captivating extension that unveils the essence of London with every new tab you open. Immerse yourself in the grandeur of the city as iconic landmarks like Big Ben, the Tower Bridge, and Buckingham Palace adorn your screen, transporting you to the heart of the British capital. With each click, be captivated by the charm and history that London exudes, making every new tab a delightful journey through its picturesque streets. Please note this extension will change your Chrome New Tab and New Tab search. New Tab search results powered by Yahoo. Here are some important details: By selecting the 'Add to Chrome' button and installing this beautiful 'London background pictures new tab' you are consenting to the installation of this extension, along with our Privacy Policy and Terms of Service stated below. By installing the 'London background pictures new tab,' you are agreeing to the modification of the new tab settings. You have the option to remove or disable this extension whenever you wish. Privacy policy available at: https://londonpicturesnewtab.com/privacy.html Terms of Service: https://londonpicturesnewtab.com/terms.html Feel free to contact us at [email protected]. We would be delighted to assist you!
Extension Basic Information
Name | London Background Pictures New Tab |
ID | pmlhnpgdaodnmjojglenlpclklpphpac |
Official URL | https://chromewebstore.google.com/detail/london-background-picture/pmlhnpgdaodnmjojglenlpclklpphpac |
Description | This new tab extension will show pictures of London city in the background. |
File Size | 5.49 MB |
Installation Count | 2,000 |
Current Version | 1.0.2 |
Last Updated | 2023-09-27 |
Publish Date | 2023-07-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | londonpicturesnewtab |
[email protected] | |
Payment Type | free |
Extension Website | https://londonpicturesnewtab.com |
Privacy Policy Page URL | https://londonpicturesnewtab.com/privacy.html |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "manifest_version": 3, "name": "London Background Pictures New Tab", "version": "1.0.2", "description": "This new tab extension will show pictures of London city in the background.", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/londonpicturesnewtab.com\/", "*:\/\/*.londonpicturesnewtab.com\/" ], "chrome_url_overrides": { "newtab": "LondonTab.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png" } } |