Kind Search

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

Apa itu Kind Search?

Kind Search adalah ekstensi Chrome yang dikembangkan oleh Kind Seach, dan fitur utamanya adalah "Kind Search replaces your search engine so you can plant trees with every search".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Kind Search

Unduh file ekstensi Kind Search 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

                        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.                    

Informasi Dasar Ekstensi

Nama Kind Search Kind Search
ID pnpjidkodkhkcmnomnhkelgeheapbaga
URL Resmi https://chromewebstore.google.com/detail/kind-search/pnpjidkodkhkcmnomnhkelgeheapbaga
Deskripsi Kind Search replaces your search engine so you can plant trees with every search
Ukuran File 171 KB
Jumlah Instalasi 11
Versi Saat Ini 2.0.13
Terakhir Diperbarui 2023-06-29
Tanggal Publikasi 2023-01-31
Penilaian 4.87/5 Total 15 Penilaian
Pengembang Kind Seach
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://portal.kindsearch.me
URL Halaman Kebijakan Privasi https://lampabar.com/etc/pages/privacy.html
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}