WWF Panda Search

Your search generates money for WWF projects that make the world a better place.

WWF Panda Search क्या है?

WWF Panda Search https://panda-search.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your search generates money for WWF projects that make the world a better place."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to set Panda Search as your standard search engine. Your search generates money to support WWF´s work to make the world a better place.

• WWF News feed
• Attractive background images
• Direct links to WWF Websites
• Search and do good with Panda Search
• CO2-neutral search, highest data protection

Panda Search – Search and change the world
• With your web search you support WWF´s work
• Search with better data protection – we protect you and your privacy
• Join a community that makes the world a better place!

Make a difference every day!                    

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

नाम WWF Panda Search WWF Panda Search
ID dpohcjoaccfglbcofjijikpklbcdmakh
आधिकारिक URL https://chromewebstore.google.com/detail/wwf-panda-search/dpohcjoaccfglbcofjijikpklbcdmakh
विवरण Your search generates money for WWF projects that make the world a better place.
फ़ाइल का आकार 9.31 MB
स्थापना संख्या 328
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-04-04
प्रकाशन तिथि 2022-03-15
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर https://panda-search.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://panda-search.org/
सहायता पृष्ठ URL https://panda-search.org/en/contact.php
गोपनीयता नीति पृष्ठ URL https://good-search.eu/datenschutz
समर्थित भाषाएँ de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.0",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "\/logos\/icon-16.png",
        "48": "\/logos\/icon-48.png",
        "128": "\/logos\/icon-128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Panda",
            "search_url": "https:\/\/panda-search.org\/search?q={searchTerms}&utm_source=pantch",
            "suggest_url": "https:\/\/auto.panda-search.org\/auto-suggest\/query?key=d4871b59-cea9-4404-bcf9-10bf00ff5e23&output=omnibox&q={searchTerms}",
            "is_default": true,
            "keyword": "Panda",
            "favicon_url": "https:\/\/panda-search.org\/android-chrome-512x512.png",
            "encoding": "UTF-8"
        }
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.panda-search.org\/*"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    }
}