Paris Background Pictures New Tab

This new tab extension will show pictures of Paris city in the background.

What is Paris Background Pictures New Tab?

Paris Background Pictures New Tab is a Chrome extension developed by parispicturesnewtab, and its main feature is "This new tab extension will show pictures of Paris city in the background.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Paris Background Pictures New Tab Extension CRX File

Download Paris 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

                        This extension offers a delightful visual experience by displaying captivating pictures of the city of Paris on every new tab. Users can immerse themselves in the charm of Parisian landmarks like the Eiffel Tower, Louvre Museum, and Notre-Dame Cathedral with each new browsing session. Whether planning a trip or simply seeking inspiration, this extension brings a touch of Parisian beauty to the user's digital environment.

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 'Paris 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 'Paris 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://parispicturesnewtab.com/privacy.html
Terms of Service: https://parispicturesnewtab.com/terms.html

Feel free to contact us at [email protected]. We would be delighted to assist you!                    

Extension Basic Information

Name Paris Background Pictures New Tab Paris Background Pictures New Tab
ID kapfccbbiifcmliofddlhncmlegicabn
Official URL https://chromewebstore.google.com/detail/paris-background-pictures/kapfccbbiifcmliofddlhncmlegicabn
Description This new tab extension will show pictures of Paris city in the background.
File Size 10.61 MB
Installation Count 2,032
Current Version 1.0.3
Last Updated 2023-10-12
Publish Date 2023-07-19
Rating 4.00/5 Total 1 Ratings
Developer parispicturesnewtab
Email [email protected]
Payment Type free
Extension Website https://parispicturesnewtab.com
Privacy Policy Page URL https://parispicturesnewtab.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": "Paris Background Pictures New Tab",
    "version": "1.0.3",
    "description": "This new tab extension will show pictures of Paris city in the background.",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/parispicturesnewtab.com\/",
        "*:\/\/*.parispicturesnewtab.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "ParisTab.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png"
    }
}