Kind Search

Kind Search replaces your search engine so you can plant trees with every search

ما هو Kind Search؟

Kind Search هو إضافة Chrome تم تطويرها بواسطة Kind Seach، والميزة الرئيسية لها هي "Kind Search replaces your search engine so you can plant trees with every search".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Kind Search

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

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

                        This extension redirects some of your search queries to partner search engines of Kind Search which uses its ad revenue to plant trees.

How it works:

1. Kind Search replaces your default search engine.

2. Some of your searches are redirected to our partner search feeds like Bing, Yahoo and other search engines. Part of the profit from such searches is dedicated to reforestation projects.

3. Our team allocates funds for these ecology projects and make a report every month!

We dedicate our profits to tackling climate change. Our monthly financial statements disclose all items of expenditure.

You can see the number of Kind Points you have at the bottom of the browser, which represents the number of trees you've planted with Kind Search. The more active your browsing activity is, the more trees we plant. The equivalent of one new tree is about 100 Kind Points. 

In Kind Search, your anonymized browsing activity is used to estimate your Kind Points.

Now you can tackle climate change just using your search engine! Let's protect our planet together.                    

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

الاسم Kind Search Kind Search
ID pnpjidkodkhkcmnomnhkelgeheapbaga
عنوان URL الرسمي https://chromewebstore.google.com/detail/kind-search/pnpjidkodkhkcmnomnhkelgeheapbaga
الوصف Kind Search replaces your search engine so you can plant trees with every search
حجم الملف 171 KB
عدد التثبيتات 11
النسخة الحالية 2.0.13
آخر تحديث 2023-06-29
تاريخ النشر 2023-01-31
تقييم 4.87/5 مجموع تقييمات 15
المطور Kind Seach
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://portal.kindsearch.me
عنوان صفحة سياسة الخصوصية https://lampabar.com/etc/pages/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.13",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Kind Search",
            "keyword": "ks",
            "is_default": true,
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/service.kindsearch.me\/extensions\/kindsearchfeed\/favicon.ico",
            "search_url": "https:\/\/kindsearch.me?gd=SY1004015&searchsource=58&q={searchTerms}",
            "suggest_url": "https:\/\/service.kindsearch.me\/extensions\/kindsearchfeed\/suggest.php?q={searchTerms}"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/src\/content\/fonts\/inject.js",
                "\/src\/common\/libs\/jquery.min.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/src\/common\/jquery-plugins\/sticky\/index.js",
                "\/src\/common\/jquery-plugins\/side-bar\/index.js",
                "\/src\/common\/jquery-plugins\/meowModal\/MeowModal.js",
                "\/src\/common\/jquery-plugins\/meowModal\/index.js",
                "\/src\/common\/utils.js",
                "\/src\/content\/getValueSelector.js",
                "\/src\/content\/SideBarController.js",
                "\/src\/content\/MeowBackgroundClient.js",
                "\/src\/content\/index.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/engines.json",
                "\/images\/*",
                "\/src\/common\/styles.css",
                "\/src\/common\/jquery-plugins\/sticky\/styles.css",
                "\/src\/common\/jquery-plugins\/side-bar\/styles.css",
                "\/src\/content\/fonts\/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2",
                "\/src\/content\/fonts\/fonts.css",
                "\/src\/content\/styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}