Nature Start

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

¿Qué es Nature Start?

Nature Start es una extensión de Chrome desarrollada por bryce, y su función principal es "Nature Start - Start you day with a glimpse of nature.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Nature Start

Descarga archivos de extensión Nature Start en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
URL Oficial https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
Descripción Nature Start - Start you day with a glimpse of nature.
Tamaño del Archivo 532 KB
Cantidad de Instalaciones 31
Versión Actual 1.1
Última Actualización 2022-03-11
Fecha de Publicación 2022-03-03
Desarrollador bryce
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://nature-start.com
URL de la Página de Ayuda https://nature-start.com/?a=about
URL de la Página de Política de Privacidad https://foreststarttabs.com?a=privacy
Idiomas Soportados 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:\/\/*\/*"
    ]
}