YouCare charitable search engine and homepage

Turn your research into good deeds.

YouCare charitable search engine and homepage là gì?

YouCare charitable search engine and homepage là một tiện ích mở rộng Chrome được phát triển bởi https://youcare.world, và tính năng chính của nó là "Turn your research into good deeds.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouCare charitable search engine and homepage

Tải xuống các tệp mở rộng YouCare charitable search engine and homepage 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

                        YouCare, the search engine that transforms your searches into good deeds.
 
Thanks to your research, you can reforest the planet, offer meals to shelter animals and even help researchers find a treatment for cancer.

Add YouCare to Chrome now to make it your home page when opening a new tab, as well as your default search engine.

Shortcuts give easy access to useful websites like your email service, weather, and other common web services.

Quicklinks allow you to customize your home tab with your most visited websites and any websites you want to have fast access to.

Optionally, enable the YouCare partners feature to do even more good deeds by funding YouCare when you buy on e-commerce partner websites for free.
 
YouCare is the best way to do good for free :)
 
*** Where does our revenue come from?
 
Like other search engines, YouCare earns money thanks to the advertisements linked to search results. This revenue is used to finance your good deeds.
 
*** We compensate 100% of our CO₂ emissions
 
In addition to the good deed you choose, we plant trees around the world with Eden Reforestation Projects in order to compensate 100% of the CO₂ emissions of our servers, our office activities, and our team’s transportation.
 
*** Absolute transparency
 
Trust must be earned. That is why every month, we publish certificates for every donation we make to our partner organizations. We also regularly publish photos from our partner organizations that show the good deeds they were able to accomplish thanks to our donations.
 
*** YouCare respects your privacy
 
We do not record your search history or the websites that you visit. In order to guarantee your anonymity, all searches through YouCare are encrypted according to HTTPS protocol.
 
*** YouCare, close to our community
 
We reply in less than 24 hours to all your questions. You can contact us by email at [email protected] or on our Facebook, Instagram, and Twitter pages.
 
The YouCare team ♡                    

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

Tên YouCare charitable search engine and homepage YouCare charitable search engine and homepage
ID icoejgdflkmfmjjnajgjlekoehgjlknm
URL Chính Thức https://chromewebstore.google.com/detail/youcare-charitable-search/icoejgdflkmfmjjnajgjlekoehgjlknm
Mô tả Turn your research into good deeds.
Kích Thước Tệp 5.46 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 4.5.6
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2020-06-24
Đánh Giá 4.93/5 Tổng số 146 Đánh Giá
Nhà Phát Triển https://youcare.world
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://youcare.world/
URL Trang Trợ Giúp https://youcare.world/contact
URL Trang Chính Sách Bảo Mật https://youcare.world/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,tr,da,es,it,pl,fi,sv,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "YouCare",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "__MSG_browserActionDefaultTitle__",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "is_default": true,
            "keyword": "youcare",
            "name": "YouCare",
            "favicon_url": "https:\/\/youcare.world\/static\/images\/favicon\/favicon.ico",
            "search_url": "https:\/\/youcare.world\/all?abds&q={searchTerms}",
            "suggest_url": "https:\/\/youcare.world\/api\/v2\/search\/suggestions?q={searchTerms}&m=__MSG_market__"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content-newtab.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/youcare.world\/*"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "topSites",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "optional_host_permissions": [
        ""
    ],
    "version": "4.5.6",
    "homepage_url": "https:\/\/youcare.world",
    "host_permissions": [
        "https:\/\/youcare.world\/*"
    ],
    "externally_connectable": {
        "ids": [
            "iabpbbladaladjbnoleeeifbefhpjnaa"
        ],
        "matches": [
            "https:\/\/youcare.world\/*"
        ]
    }
}