NitroBrowse: Private Search Engine & Homepage
Secure and Private Search Engine and Start Page.
NitroBrowse: Private Search Engine & Homepage là gì?
NitroBrowse: Private Search Engine & Homepage là một tiện ích mở rộng Chrome được phát triển bởi https://www.nitrobrowse.com, và tính năng chính của nó là "Secure and Private Search Engine and Start Page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NitroBrowse: Private Search Engine & Homepage
Tải xuống các tệp mở rộng NitroBrowse: Private Search Engine & Homepage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mbmofhpcaokfgicjhgdmfgfgpbdgnenc |
URL Chính Thức | https://chrome.google.com/webstore/detail/nitrobrowse-private-searc/mbmofhpcaokfgicjhgdmfgfgpbdgnenc |
Mô tả | Secure and Private Search Engine and Start Page. |
Kích Thước Tệp | 554 KB |
Số Lần Cài Đặt | 147 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-07-04 |
Ngày Phát Hành | 2020-07-04 |
Nhà Phát Triển | https://www.nitrobrowse.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.nitrobrowse.com/ |
URL Trang Trợ Giúp | https://www.nitrobrowse.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://www.nitrobrowse.com/terms-and-conditions |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |