SearchKibble - feed dogs with every search

SearchKibble feeds shelter pets with every search - for free!

What is SearchKibble - feed dogs with every search?

SearchKibble - feed dogs with every search is a Chrome extension developed by https://searchkibble.com, and its main feature is "SearchKibble feeds shelter pets with every search - for free!".

Extension Screenshots

screenshot

Download SearchKibble - feed dogs with every search Extension CRX File

Download SearchKibble - feed dogs with every 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

                        This extension sets your default search engine to Searchkibble, making it easy and convenient to help feed dogs in need just by searching the web.

How it works

Searchkibble functions just like Yahoo, but it uses part of the ad revenue generated from your searches to provide food to animal shelters and dog rescues. Think of it like this: with every search you conduct, you earn a piece of kibble. The more searches, the more kibble…and you’ll eventually fill a whole bag of dog food!

Start earning kibble while you search now, with the Searchkibble extension!                    

Extension Basic Information

Name SearchKibble - feed dogs with every search SearchKibble - feed dogs with every search
ID backmopjjjiagheimjdddgcelomjbjoe
Official URL https://chromewebstore.google.com/detail/searchkibble-feed-dogs-wi/backmopjjjiagheimjdddgcelomjbjoe
Description SearchKibble feeds shelter pets with every search - for free!
File Size 746 KB
Installation Count 192
Current Version 1.6.1
Last Updated 2022-05-25
Publish Date 2020-12-08
Rating 5.00/5 Total 1 Ratings
Developer https://searchkibble.com
Email [email protected]
Payment Type free
Extension Website https://www.searchkibble.com/
Privacy Policy Page URL https://www.goodsearch.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchKibble - feed dogs with every search",
    "description": "SearchKibble feeds shelter pets with every search - for free!",
    "homepage_url": "https:\/\/www.searchkibble.com",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.searchkibble.com\/favicon.ico",
            "is_default": true,
            "keyword": "searchkibble",
            "name": "SearchKibble",
            "search_url": "https:\/\/www.searchkibble.com\/search?term={searchTerms}"
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "favicon-16.png",
            "48": "favicon-48.png",
            "96": "favicon-96.png",
            "128": "favicon-128.png"
        },
        "default_title": "SearchKibble 2 - feed dogs with every search"
    },
    "icons": {
        "16": "favicon-16.png",
        "48": "favicon-48.png",
        "96": "favicon-96.png",
        "128": "favicon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.searchkibble.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "cookies",
        "*:\/\/*.searchkibble.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.searchkibble.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "version": "1.6.1"
}