Secure Search Pro
The easy way to search.
Secure Search Proとは何ですか?
Secure Search Proはhttp://securesearch.proによって開発されたChromeの拡張機能で、その主な機能は「The easy way to search.」です。
拡張機能のスクリーンショット
Secure Search Pro拡張機能のCRXファイルをダウンロード
Secure Search Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search by Secure Search Pro — The Best Way to Search. Secure Search Pro offers high quality search results by changing your default search engine. This extension lets you browse the web and get easy access to search, images, videos and news. This is a single purpose extension. Some important information for you: • By clicking on the 'Add to Chrome' button and installing Secure Search Pro, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. • By installing, Secure Search Pro will change your Chrome’s default search. • This extension opens Secure Search Pro's default search page with quick links to access the most popular sites in a new tab page when you click the extension icon. • You may remove or disable this extension anytime. • For our data processing practices we recommend you review our privacy policy available at: https://www.securesearch.pro/privacy_policy/ • Review our Terms of Service: https://www.securesearch.pro/end_user_license_agreement/ Contact us! We’d love to hear from you: [email protected]
拡張機能の基本情報
名前 | |
ID | kgefgkhgfenohnpopjcijbpndepoobki |
公式URL | https://chrome.google.com/webstore/detail/secure-search-pro/kgefgkhgfenohnpopjcijbpndepoobki |
説明 | The easy way to search. |
ファイルサイズ | 12.01 KB |
インストール数 | 1,479 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-01-29 |
公開日 | 2021-01-29 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | http://securesearch.pro |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.securesearch.pro |
プライバシーポリシーページのURL | https://www.securesearch.pro/privacy_policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Secure Search Pro", "description": "The easy way to search.", "version": "1.0.0", "homepage_url": "https:\/\/www.securesearch.pro\/", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.securesearch.pro\/favicon.png", "is_default": true, "keyword": "Secure Search Pro", "name": "Secure Search Pro", "search_url": "https:\/\/www.securesearch.pro\/search\/1\/?request={searchTerms}", "suggest_url": "https:\/\/www.securesearch.pro\/api\/suggest.php?query={searchTerms}" } } } |