Nature Start

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

ما هو Nature Start؟

Nature Start هو إضافة Chrome تم تطويرها بواسطة bryce، والميزة الرئيسية لها هي "Nature Start - Start you day with a glimpse of nature.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Nature Start

قم بتنزيل ملفات الامتداد Nature Start بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Nature Start Nature Start
ID lailkpacekeieiebekaloekpakgcmope
عنوان URL الرسمي https://chromewebstore.google.com/detail/nature-start/lailkpacekeieiebekaloekpakgcmope
الوصف Nature Start - Start you day with a glimpse of nature.
حجم الملف 532 KB
عدد التثبيتات 31
النسخة الحالية 1.1
آخر تحديث 2022-03-11
تاريخ النشر 2022-03-03
المطور bryce
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://nature-start.com
عنوان صفحة المساعدة https://nature-start.com/?a=about
عنوان صفحة سياسة الخصوصية https://foreststarttabs.com?a=privacy
اللغات المدعومة 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:\/\/*\/*"
    ]
}