Atmosphere Backgrounds

Enhance your day to day browsing experience

Qu'est-ce que Atmosphere Backgrounds ?

Atmosphere Backgrounds est une extension Chrome développée par ninayadev, et sa fonction principale est "Enhance your day to day browsing experience".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Atmosphere Backgrounds

Téléchargez les fichiers d'extension Atmosphere Backgrounds au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Atmosphere Backgrounds Atmosphere Backgrounds
ID hnnneodcogakmlfdnalkmbdmgldjnomd
URL Officiel https://chromewebstore.google.com/detail/atmosphere-backgrounds/hnnneodcogakmlfdnalkmbdmgldjnomd
Description Enhance your day to day browsing experience
Taille du Fichier 463 KB
Nombre d'Installations 54
Version Actuelle 1.0.4
Dernière Mise à Jour 2021-11-18
Date de Publication 2021-08-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur ninayadev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://atmoseek.com/
URL de la Page de Politique de Confidentialité https://atmoseek.com/privacy
Langues Prises en Charge 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"
    }
}