FP Apps
FP App configures your default search settings to FindPrivate.Online
FP Apps란 무엇입니까?
FP Apps은(는) https://findprivate.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FP App configures your default search settings to FindPrivate.Online"입니다.
확장 프로그램 스크린샷
FP Apps 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |