YouCare Pro

Turn your research into good deeds.

Qu'est-ce que YouCare Pro ?

YouCare Pro est une extension Chrome développée par https://youcare.world, et sa fonction principale est "Turn your research into good deeds.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouCare Pro

Téléchargez les fichiers d'extension YouCare Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouCare Pro YouCare Pro
ID iabpbbladaladjbnoleeeifbefhpjnaa
URL Officiel https://chromewebstore.google.com/detail/youcare-pro/iabpbbladaladjbnoleeeifbefhpjnaa
Description Turn your research into good deeds.
Taille du Fichier 493 KB
Nombre d'Installations 698
Version Actuelle 1.0.7
Dernière Mise à Jour 2024-03-02
Date de Publication 2023-05-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://youcare.world
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://youcare.world/
URL de la Page d'Aide https://youcare.world/contact
URL de la Page de Politique de Confidentialité https://youcare.world/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}