Kind Search

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

Kind Search là gì?

Kind Search là một tiện ích mở rộng Chrome được phát triển bởi Kind Seach, và tính năng chính của nó là "Kind Search replaces your search engine so you can plant trees with every search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kind Search

Tải xuống các tệp mở rộng Kind Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kind Search Kind Search
ID pnpjidkodkhkcmnomnhkelgeheapbaga
URL Chính Thức https://chromewebstore.google.com/detail/kind-search/pnpjidkodkhkcmnomnhkelgeheapbaga
Mô tả Kind Search replaces your search engine so you can plant trees with every search
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 2.0.13
Cập Nhật Lần Cuối 2023-06-29
Ngày Phát Hành 2023-01-31
Đánh Giá 4.87/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Kind Seach
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://portal.kindsearch.me
URL Trang Chính Sách Bảo Mật https://lampabar.com/etc/pages/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}