Nature Start

Nature Start - Start you day with a glimpse of nature.

Was ist Nature Start?

Nature Start ist eine Chrome-Erweiterung, die von bryce entwickelt wurde, und ihr Hauptmerkmal ist "Nature Start - Start you day with a glimpse of nature.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Nature Start-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nature Start-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

                        Designed to bring peace and meditation like experience when you open your browser. Our goal is to help alleviate stress by having an option of peaceful relaxing images.                    

Grundlegende Informationen zur Erweiterung

Name Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
Offizielle URL https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
Beschreibung Nature Start - Start you day with a glimpse of nature.
Dateigröße 532 KB
Installationsanzahl 31
Aktuelle Version 1.1
Letztes Update 2022-03-11
Veröffentlichungsdatum 2022-03-03
Entwickler bryce
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nature-start.com
Hilfeseite URL https://nature-start.com/?a=about
URL der Datenschutzrichtlinien-Seite https://foreststarttabs.com?a=privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nature Start ",
    "description": "Nature Start - Start you day with a glimpse of nature. ",
    "version": "1.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": ".\/img\/icons\/nature.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "UiRNYB_QlQthhyvuYrBmg8n8JiLMuWFhKQ7wN3sPi_U",
        "scopes": [
            "",
            "https:\/\/api.unsplash.com\/photos\/?"
        ],
        "content_security_policy": "script-src 'self'  'unsafe-inline' 'unsafe eval'  https:\/\/apis.google.com\/js\/client.js?; object-src 'self'"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}