Atmosphere Backgrounds

Enhance your day to day browsing experience

What is Atmosphere Backgrounds?

Atmosphere Backgrounds is a Chrome extension developed by ninayadev, and its main feature is "Enhance your day to day browsing experience".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Atmosphere Backgrounds Extension CRX File

Download Atmosphere Backgrounds 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

                        New tab Atmosphere backgrounds to enhance your browsing experience!

By clicking "Add to chrome", I accept and agree to installing the Atmosphere Backgrounds
new Tab and setting Chrome™ New Tab search to that provided by the service and the
Terms of Use and Privacy Policy. 

The extension will update your search settings and will change your New Tab search services provided by Bing.

Privacy page: https://www.atmoseek.com/privacy
Term Of Use page: https://www.atmoseek.com/termofuse
About Us page:   https://www.atmoseek.com/about
Contact Us page: https://www.atmoseek.com/contact

Images taken from Unsplash service (https://unsplash.com)                    

Extension Basic Information

Name Atmosphere Backgrounds Atmosphere Backgrounds
ID hnnneodcogakmlfdnalkmbdmgldjnomd
Official URL https://chromewebstore.google.com/detail/atmosphere-backgrounds/hnnneodcogakmlfdnalkmbdmgldjnomd
Description Enhance your day to day browsing experience
File Size 463 KB
Installation Count 54
Current Version 1.0.4
Last Updated 2021-11-18
Publish Date 2021-08-28
Rating 5.00/5 Total 1 Ratings
Developer ninayadev
Email [email protected]
Payment Type free
Extension Website https://atmoseek.com/
Privacy Policy Page URL https://atmoseek.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Atmosphere Backgrounds",
    "version": "1.0.4",
    "description": "Enhance your day to day browsing experience",
    "manifest_version": 2,
    "author": "Your Name",
    "chrome_url_overrides": {
        "newtab": ".\/src\/main.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            ".\/src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/favicon\/logo.png"
    },
    "icons": {
        "16": "static\/favicon\/logo.png",
        "32": "static\/favicon\/logo.png",
        "42": "static\/favicon\/logo.png",
        "128": "static\/favicon\/logo.png"
    }
}