YouCare Pro

Turn your research into good deeds.

YouCare Pro क्या है?

YouCare Pro https://youcare.world द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn your research into good deeds."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouCare Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}