Find-it.Pro Search
Custom search provider in the address bar.
Find-it.Pro Search क्या है?
Find-it.Pro Search https://find-it.pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom search provider in the address bar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Find-it.Pro Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension changes the default search engine. It offers search results from poshukach.com 1) Click on the three vertical lines icon in the upper right-hand corner of your Chrome browser. 2) Go to “Settings”. 3) In the menu that appears click on “More tools” and then “Extensions”. 4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall. 5) Click on the button “Remove” (for the toolbar extension you wish to uninstall). 6) Close your browser completely and reopen it. Our extension should be removed from your Chrome browser. For assistance from our customer service team, please email us at | [email protected]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | meejmcfbiapijdfaadackoblffmidlig |
आधिकारिक URL | https://chrome.google.com/webstore/detail/meejmcfbiapijdfaadackoblffmidlig |
विवरण | Custom search provider in the address bar. |
फ़ाइल का आकार | 11.5 KB |
स्थापना संख्या | 846,492 |
वर्तमान संस्करण | 1.0.0.8 |
अंतिम अपडेट | 2022-08-31 |
प्रकाशन तिथि | 2020-03-03 |
रेटिंग | 1.43/5 कुल 60 रेटिंग्स |
डेवलपर | https://find-it.pro |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://bit.ly/3q2njMh |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/find-it.pro\/favicon.ico", "is_default": true, "keyword": "find-it.pro", "name": "__MSG_searchName__", "search_url": "https:\/\/find-it.pro\/search?q={searchTerms}", "suggest_url": "https:\/\/find-it.pro\/search\/suggest.php?q={searchTerms}" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "cookies", "history", "*:\/\/*.find-it.pro\/*" ], "version": "1.0.0.8" } |