Nature Start

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

Apa itu Nature Start?

Nature Start adalah ekstensi Chrome yang dikembangkan oleh bryce, dan fitur utamanya adalah "Nature Start - Start you day with a glimpse of nature.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Nature Start

Unduh file ekstensi Nature Start dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
URL Resmi https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
Deskripsi Nature Start - Start you day with a glimpse of nature.
Ukuran File 532 KB
Jumlah Instalasi 31
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-03-11
Tanggal Publikasi 2022-03-03
Pengembang bryce
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nature-start.com
URL Halaman Bantuan https://nature-start.com/?a=about
URL Halaman Kebijakan Privasi https://foreststarttabs.com?a=privacy
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}