Nature Start

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

O que é Nature Start?

Nature Start é uma extensão do Chrome desenvolvida por bryce, e sua principal característica é "Nature Start - Start you day with a glimpse of nature.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nature Start

Baixe arquivos de extensão Nature Start no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
URL Oficial https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
Descrição Nature Start - Start you day with a glimpse of nature.
Tamanho do Arquivo 532 KB
Contagem de Instalações 31
Versão Atual 1.1
Última Atualização 2022-03-11
Data de Publicação 2022-03-03
Desenvolvedor bryce
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nature-start.com
URL da Página de Ajuda https://nature-start.com/?a=about
URL da Página de Política de Privacidade https://foreststarttabs.com?a=privacy
Idiomas Suportados 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:\/\/*\/*"
    ]
}