Nature Start

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

Cos'è Nature Start?

Nature Start è un'estensione di Chrome sviluppata da bryce, e la sua funzione principale è "Nature Start - Start you day with a glimpse of nature.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nature Start

Scarica i file di estensione Nature Start in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
URL Ufficiale https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
Descrizione Nature Start - Start you day with a glimpse of nature.
Dimensione del File 532 KB
Conteggio Installazioni 31
Versione Corrente 1.1
Ultimo Aggiornamento 2022-03-11
Data di Pubblicazione 2022-03-03
Sviluppatore bryce
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nature-start.com
URL della Pagina di Aiuto https://nature-start.com/?a=about
URL della Pagina della Politica sulla Privacy https://foreststarttabs.com?a=privacy
Lingue Supportate 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:\/\/*\/*"
    ]
}