NurturedPaws

NurturedPaws Chrome Extension

NurturedPaws क्या है?

NurturedPaws Blender Networks Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NurturedPaws Chrome Extension"।

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

screenshot

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

crx प्रारूप में NurturedPaws एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The NurturedPaws.com extension replaces your New Tab Search Engine and provides a new search experience with search results by Yahoo.com.

Like other search engines, we make money through ads, but we use a portion of our profits to help animals in need.

Ensuring your privacy is our top priority. We never create a profile of you, sell your data to advertisers, or compromise the security of your searches. Our sole focus is on helping animals, not collecting your personal information. Rest assured that when you use our services, your privacy is protected.

Get Nurtured Paws and start helping animals today.

Here's how you can access this functionality:
Install the extension and search using the New Tab Search Bar!

By clicking "add to Chrome", I accept and agree to installing the NurturedPaws extension and setting Chrome New Tab search provider to Yahoo as described by the service in the Terms of Use and Privacy Policy

Please read carefully: By installing this application, you agree to the End User License Agreement and the Privacy Policy. 

Privacy Policy: https://nurturedpaws.com/privacy/
Terms of Use: https://nurturedpaws.com/terms-of-use/                    

एक्सटेंशन की मूल जानकारी

नाम NurturedPaws NurturedPaws
ID ijkicgncnlfbomjdbfepldhphclfbblh
आधिकारिक URL https://chromewebstore.google.com/detail/nurturedpaws/ijkicgncnlfbomjdbfepldhphclfbblh
विवरण NurturedPaws Chrome Extension
फ़ाइल का आकार 2.84 MB
स्थापना संख्या 11,343
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2023-07-25
डेवलपर Blender Networks Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nurturedpaws.com
गोपनीयता नीति पृष्ठ URL https://blendernetworks.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NurturedPaws",
    "description": "NurturedPaws Chrome Extension",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.nurturedpaws.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/*",
                "assets\/js\/*",
                "assets\/fonts\/*"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}