NitroBrowse: Private Search Engine & Homepage
Secure and Private Search Engine and Start Page.
NitroBrowse: Private Search Engine & Homepage란 무엇입니까?
NitroBrowse: Private Search Engine & Homepage은(는) https://www.nitrobrowse.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure and Private Search Engine and Start Page."입니다.
확장 프로그램 스크린샷
NitroBrowse: Private Search Engine & Homepage 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Secured by 256-bit encryption, Nitro Browse is a mobile browser and search engine built for speed and privacy, while providing familiar user experience. Making the switch is easy! Search privately and securely. Use our extension to set your homepage and search engine to Nitro Browse and customizes your new tab page to protect your search privacy. In doing so, this chrome extension will also make all of your web searches private by default, and without any additional steps. Never accidentally reveal your information by forgetting to protect your privacy . *** Nitro Browse is an anonymous search engine, homepage and mobile browser that respects your privacy. Your browsing history is non-existent: It is never recorded or stored.
확장 프로그램 기본 정보
이름 | |
ID | mbmofhpcaokfgicjhgdmfgfgpbdgnenc |
공식 URL | https://chrome.google.com/webstore/detail/nitrobrowse-private-searc/mbmofhpcaokfgicjhgdmfgfgpbdgnenc |
설명 | Secure and Private Search Engine and Start Page. |
파일 크기 | 554 KB |
설치 횟수 | 147 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-07-04 |
출시 날짜 | 2020-07-04 |
개발자 | https://www.nitrobrowse.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.nitrobrowse.com/ |
도움말 페이지 URL | https://www.nitrobrowse.com/contact/ |
개인정보 보호 정책 페이지 URL | https://www.nitrobrowse.com/terms-and-conditions |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NitroBrowse: Private Search Engine & Homepage", "description": "Secure and Private Search Engine and Start Page.", "version": "1.0.1", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/www.nitrobrowse.com; object-src 'self'", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "start.html" }, "homepage_url": "https:\/\/www.nitrobrowse.com\/?isC=1", "chrome_settings_overrides": { "search_provider": { "name": "Nitro Browse", "search_url": "https:\/\/www.nitrobrowse.com\/search\/?q={searchTerms}", "keyword": "nitro", "is_default": true, "encoding": "UTF-8", "favicon_url": "https:\/\/www.nitrobrowse.com\/favi\/favicon.ico" } } } |