Find-it.Pro Search
Custom search provider in the address bar.
Τι είναι το Find-it.Pro Search;
Το Find-it.Pro Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://find-it.pro, και η κύρια λειτουργία του είναι "Custom search provider in the address bar.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Find-it.Pro Search
Λήψη αρχείων επέκτασης Find-it.Pro Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } |