Paw Fetch Search

Every search helps save animals in shelters

O que é Paw Fetch Search?

Paw Fetch Search é uma extensão do Chrome desenvolvida por https://pawfetch.org, e sua principal característica é "Every search helps save animals in shelters".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Paw Fetch Search

Baixe arquivos de extensão Paw Fetch Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The Paw Fetch extension replaces the search engine and new tab page in your browser and allows you to help pets every day with every search.

Paw Fetch donates the revenue it receives to no kill animal shelters for the benefit of animals in shelters. Every search helps keep animals in shelters so that they may be rehomed.                    

Informações Básicas da Extensão

Nome Paw Fetch Search Paw Fetch Search
ID ebimeabimmicknhjjocgcncnmfappaec
URL Oficial https://chromewebstore.google.com/detail/paw-fetch-search/ebimeabimmicknhjjocgcncnmfappaec
Descrição Every search helps save animals in shelters
Tamanho do Arquivo 85.79 KB
Contagem de Instalações 41
Versão Atual 1.79
Última Atualização 2021-06-19
Data de Publicação 2021-05-27
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor https://pawfetch.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.pawfetch.org
URL da Página de Ajuda https://www.pawfetch.org
URL da Página de Política de Privacidade https://www.pawfetch.org/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "1.79",
    "description": "__MSG_manifest_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.pawfetch.org\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "*:\/\/*.pawfetch.org\/*",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "backgroundEvents.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/logo_xxsmall.png",
        "48": "assets\/logo_small.png",
        "128": "assets\/logo_large.png"
    },
    "browser_action": {
        "default_title": "__MSG_manifest_title__",
        "default_icon": "assets\/logo_xsmall.png"
    },
    "web_accessible_resources": [
        "assets\/logo_xsmall.png",
        "assets\/logo_medium.png"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Paw Fetch",
            "keyword": "pawfetch",
            "favicon_url": "https:\/\/pawfetch.org\/favicon.ico",
            "search_url": "https:\/\/www.pawfetch.org\/?ext=chrome&q={searchTerms}",
            "suggest_url": "https:\/\/ac.pawfetch.org\/auto\/?q={searchTerms}&format=raw&locale=__MSG_@@ui_locale__",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}