YouCare Pro

Turn your research into good deeds.

YouCare Pro란 무엇입니까?

YouCare Pro은(는) https://youcare.world에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn your research into good deeds."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

YouCare Pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        YouCare Pro allows you to carry out good deeds thanks to your searches on Google. In the organizational links you will find a button allowing you to visualize the partner sites which make it possible to finance the good actions. If you make a purchase on one of these sites, they donate commissions to YouCare so that we can fund good deeds.

If you click on the YouCare icon you can directly launch a search on YouCare Search too. Thanks to the YouCare Search Engine you can help to finance good deeds with your search.                    

확장 프로그램 기본 정보

이름 YouCare Pro YouCare Pro
ID iabpbbladaladjbnoleeeifbefhpjnaa
공식 URL https://chromewebstore.google.com/detail/youcare-pro/iabpbbladaladjbnoleeeifbefhpjnaa
설명 Turn your research into good deeds.
파일 크기 493 KB
설치 횟수 698
현재 버전 1.0.7
최근 업데이트 2024-03-02
출시 날짜 2023-05-20
평점 5.00/5 총 1 개의 평점
개발자 https://youcare.world
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://youcare.world/
도움말 페이지 URL https://youcare.world/contact
개인정보 보호 정책 페이지 URL https://youcare.world/privacy
지원되는 언어 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"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "id": "content-affiliates-start",
            "js": [
                "content-affiliates-start.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "id": "content-affiliates-end",
            "js": [
                "content-affiliates-end.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.7",
    "homepage_url": "https:\/\/youcare.world",
    "externally_connectable": {
        "matches": [
            "https:\/\/youcare.world\/*"
        ]
    }
}