Atmosphere Backgrounds

Enhance your day to day browsing experience

Was ist Atmosphere Backgrounds?

Atmosphere Backgrounds ist eine Chrome-Erweiterung, die von ninayadev entwickelt wurde, und ihr Hauptmerkmal ist "Enhance your day to day browsing experience".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Atmosphere Backgrounds-Erweiterungs-CRX-Datei herunterladen

Laden Sie Atmosphere Backgrounds-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

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Atmosphere Backgrounds Atmosphere Backgrounds
ID hnnneodcogakmlfdnalkmbdmgldjnomd
Offizielle URL https://chromewebstore.google.com/detail/atmosphere-backgrounds/hnnneodcogakmlfdnalkmbdmgldjnomd
Beschreibung Enhance your day to day browsing experience
Dateigröße 463 KB
Installationsanzahl 54
Aktuelle Version 1.0.4
Letztes Update 2021-11-18
Veröffentlichungsdatum 2021-08-28
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ninayadev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://atmoseek.com/
URL der Datenschutzrichtlinien-Seite https://atmoseek.com/privacy
Unterstützte Sprachen 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"
    }
}