Paw Fetch Search

Every search helps save animals in shelters

What is Paw Fetch Search?

Paw Fetch Search is a Chrome extension developed by https://pawfetch.org, and its main feature is "Every search helps save animals in shelters".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Paw Fetch Search Extension CRX File

Download Paw Fetch Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Paw Fetch Search Paw Fetch Search
ID ebimeabimmicknhjjocgcncnmfappaec
Official URL https://chromewebstore.google.com/detail/paw-fetch-search/ebimeabimmicknhjjocgcncnmfappaec
Description Every search helps save animals in shelters
File Size 85.79 KB
Installation Count 41
Current Version 1.79
Last Updated 2021-06-19
Publish Date 2021-05-27
Rating 4.67/5 Total 3 Ratings
Developer https://pawfetch.org
Email [email protected]
Payment Type free
Extension Website https://www.pawfetch.org
Help Page URL https://www.pawfetch.org
Privacy Policy Page URL https://www.pawfetch.org/privacy
Supported Languages 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
        }
    }
}