Paw Fetch Search
Every search helps save animals in shelters
Paw Fetch Search क्या है?
Paw Fetch Search https://pawfetch.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Every search helps save animals in shelters"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Paw Fetch Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Paw Fetch Search |
ID | ebimeabimmicknhjjocgcncnmfappaec |
आधिकारिक URL | https://chromewebstore.google.com/detail/paw-fetch-search/ebimeabimmicknhjjocgcncnmfappaec |
विवरण | Every search helps save animals in shelters |
फ़ाइल का आकार | 85.79 KB |
स्थापना संख्या | 41 |
वर्तमान संस्करण | 1.79 |
अंतिम अपडेट | 2021-06-19 |
प्रकाशन तिथि | 2021-05-27 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://pawfetch.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.pawfetch.org |
सहायता पृष्ठ URL | https://www.pawfetch.org |
गोपनीयता नीति पृष्ठ URL | https://www.pawfetch.org/privacy |
समर्थित भाषाएँ | 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 } } } |