Nature Start

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

Co to jest Nature Start?

Nature Start to rozszerzenie Chrome opracowane przez bryce, a jego główną funkcją jest „Nature Start - Start you day with a glimpse of nature.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Nature Start

Pobierz pliki rozszerzeń Nature Start w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
Oficjalny URL https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
Opis Nature Start - Start you day with a glimpse of nature.
Rozmiar pliku 532 KB
Liczba instalacji 31
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-03-11
Data Publikacji 2022-03-03
Deweloper bryce
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://nature-start.com
Adres URL Strony Pomocy https://nature-start.com/?a=about
Adres URL Strony Polityki Prywatności https://foreststarttabs.com?a=privacy
Obsługiwane Języki 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:\/\/*\/*"
    ]
}