WWF Panda Search

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

Co to jest WWF Panda Search?

WWF Panda Search to rozszerzenie Chrome opracowane przez https://panda-search.org, a jego główną funkcją jest „Your search generates money for WWF projects that make the world a better place.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia WWF Panda Search

Pobierz pliki rozszerzeń WWF Panda Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa WWF Panda Search WWF Panda Search
ID dpohcjoaccfglbcofjijikpklbcdmakh
Oficjalny URL https://chromewebstore.google.com/detail/wwf-panda-search/dpohcjoaccfglbcofjijikpklbcdmakh
Opis Your search generates money for WWF projects that make the world a better place.
Rozmiar pliku 9.31 MB
Liczba instalacji 328
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2023-04-04
Data Publikacji 2022-03-15
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper https://panda-search.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://panda-search.org/
Adres URL Strony Pomocy https://panda-search.org/en/contact.php
Adres URL Strony Polityki Prywatności https://good-search.eu/datenschutz
Obsługiwane Języki 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"
    }
}