SearchKibble - feed dogs with every search
SearchKibble feeds shelter pets with every search - for free!
SearchKibble - feed dogs with every search là gì?
SearchKibble - feed dogs with every search là một tiện ích mở rộng Chrome được phát triển bởi https://searchkibble.com, và tính năng chính của nó là "SearchKibble feeds shelter pets with every search - for free!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SearchKibble - feed dogs with every search
Tải xuống các tệp mở rộng SearchKibble - feed dogs with every search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SearchKibble - feed dogs with every search |
ID | backmopjjjiagheimjdddgcelomjbjoe |
URL Chính Thức | https://chromewebstore.google.com/detail/searchkibble-feed-dogs-wi/backmopjjjiagheimjdddgcelomjbjoe |
Mô tả | SearchKibble feeds shelter pets with every search - for free! |
Kích Thước Tệp | 746 KB |
Số Lần Cài Đặt | 192 |
Phiên Bản Hiện Tại | 1.6.1 |
Cập Nhật Lần Cuối | 2022-05-25 |
Ngày Phát Hành | 2020-12-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://searchkibble.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.searchkibble.com/ |
URL Trang Chính Sách Bảo Mật | https://www.goodsearch.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |