FP Apps
FP App configures your default search settings to FindPrivate.Online
Τι είναι το FP Apps;
Το FP Apps είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://findprivate.online, και η κύρια λειτουργία του είναι "FP App configures your default search settings to FindPrivate.Online".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FP Apps
Λήψη αρχείων επέκτασης FP Apps σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
FP App configures your default search settings to FindPrivate.Online FP App configures your default search settings to FindPrivate.online Please read carefully: By installing FP App 7000, you agree to change your default search engine to Find Private. The extension communicates with our servers to deliver its functionality and record usage metrics. You can uninstall the extension at any time. For more information about how FP App works visit https://developer.chrome.com/extensions/settings_override. To remove our extension from Google Chrome: 1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser. 2) Go to "Settings". 3) In the menu that appears click on "Extensions". 4) From the list of installed Extensions, find the name of the extension you wish to uninstall. 5) Click on the trash can icon to the right of "Enable" (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. TOS: https://findprivate.online/Terms.pdf Privacy policy: https://findprivate.online/Privacy.pdf
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | feiejoobllnlkjomocjmfibnjbpjbngn |
Επίσημο URL | https://chrome.google.com/webstore/detail/fp-apps/feiejoobllnlkjomocjmfibnjbpjbngn |
Περιγραφή | FP App configures your default search settings to FindPrivate.Online |
Μέγεθος Αρχείου | 6.5 KB |
Αριθμός Εγκαταστάσεων | 127 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2019-01-03 |
Ημερομηνία Δημοσίευσης | 2019-01-03 |
Προγραμματιστής | https://findprivate.online |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://findprivate.online/Privacy.pdf |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "New Tab" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "https:\/\/findprivate.online\/favicon.png", "instant_url": "https:\/\/findprivate.online\/results2.php?q={searchTerms}", "instant_url_post_params": "", "is_default": true, "keyword": "Secure", "name": "Secure", "search_url": "https:\/\/findprivate.online\/results2.php?q={searchTerms}", "search_url_post_params": "", "suggest_url": "https:\/\/findprivate.online\/results2.php?q={searchTerms}" } }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "FP App configures your default search settings to FindPrivate.Online", "homepage_url": "https:\/\/findprivate.online\/", "icons": { "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "FP Apps", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "web_accessible_resources": [ "check.png" ] } |