Nature Start

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

Wat is Nature Start?

Nature Start is een Chrome-extensie ontwikkeld door bryce, en de belangrijkste functie is "Nature Start - Start you day with a glimpse of nature.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Nature Start

Download Nature Start-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
Officiële URL https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
Beschrijving Nature Start - Start you day with a glimpse of nature.
Bestandsgrootte 532 KB
Aantal Installaties 31
Huidige Versie 1.1
Laatst Bijgewerkt 2022-03-11
Publicatiedatum 2022-03-03
Ontwikkelaar bryce
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://nature-start.com
Help Pagina-URL https://nature-start.com/?a=about
URL van de Privacybeleid Pagina https://foreststarttabs.com?a=privacy
Ondersteunde Talen 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:\/\/*\/*"
    ]
}