Nature Start

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

What is Nature Start?

Nature Start is a Chrome extension developed by bryce, and its main feature is "Nature Start - Start you day with a glimpse of nature.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Nature Start Extension CRX File

Download Nature Start extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
Official URL https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
Description Nature Start - Start you day with a glimpse of nature.
File Size 532 KB
Installation Count 31
Current Version 1.1
Last Updated 2022-03-11
Publish Date 2022-03-03
Developer bryce
Email [email protected]
Payment Type free
Extension Website https://nature-start.com
Help Page URL https://nature-start.com/?a=about
Privacy Policy Page URL https://foreststarttabs.com?a=privacy
Supported Languages 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:\/\/*\/*"
    ]
}