My Secure Search
We help keep your searches safe and secure.
My Secure Search là gì?
My Secure Search là một tiện ích mở rộng Chrome được phát triển bởi http://safesearchtab.com, và tính năng chính của nó là "We help keep your searches safe and secure.".
Ả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 My Secure Search
Tải xuống các tệp mở rộng My Secure Search 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
My Secure Search provides a safe searching experience. We help keep you safe by checking every search result and website through our extension. My Secure Search changes your default search provider to Bing and give you a new tab which also defaults your search to bing. We hope you enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gocbljahodmfkllelmfjejckfddonhnl |
URL Chính Thức | https://chrome.google.com/webstore/detail/my-secure-search/gocbljahodmfkllelmfjejckfddonhnl |
Mô tả | We help keep your searches safe and secure. |
Kích Thước Tệp | 131 KB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-12-05 |
Ngày Phát Hành | 2019-12-05 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://safesearchtab.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Secure Search", "description": "We help keep your searches safe and secure.", "version": "1.0", "browser_action": { "default_title": "My Secure Search" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/safesearchtab.com\/favicon.ico", "image_url": "https:\/\/safesearchtab.com\/assets\/icons\/shield.png", "is_default": true, "keyword": "gm", "name": "Web", "search_url": "https:\/\/search.safesearchtab.com\/search?q={searchTerms}&n=281&devise=5dd7920ca651ce68632e0f6b", "suggest_url": "https:\/\/search.safesearchtab.com\/search?q={searchTerms}&n=281&devise=5dd7920ca651ce68632e0f6b" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |