Search4Cause
This extension sets your search engine to Search4Cause.
Search4Causeとは何ですか?
Search4CauseはMedia Arenaによって開発されたChromeの拡張機能で、その主な機能は「This extension sets your search engine to Search4Cause.」です。
拡張機能のスクリーンショット
Search4Cause拡張機能のCRXファイルをダウンロード
Search4Cause拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click Add to Chrome to accept the terms below and set your search to Search4Cause. Important Notice! This extension changes your default search in Chrome browser to Yahoo. For more information see: https://www.search4cause.com/eula https://www.search4cause.com/privacy https://www.search4cause.com/about https://www.search4cause.com/contact
拡張機能の基本情報
名前 | |
ID | nkohfnmhobgpgnhncjhoaljeegommbcd |
公式URL | https://chrome.google.com/webstore/detail/search4cause/nkohfnmhobgpgnhncjhoaljeegommbcd |
説明 | This extension sets your search engine to Search4Cause. |
ファイルサイズ | 27.73 KB |
インストール数 | 1,000 |
現在のバージョン | 1.6.0 |
最終更新日 | 2020-12-02 |
公開日 | 2020-08-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Media Arena |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.search4cause.com/ |
プライバシーポリシーページのURL | https://www.search4cause.com/privacy |
対応言語 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Search4Cause", "version": "1.6.0", "description": "This extension sets your search engine to Search4Cause.", "author": "Media Arena", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/www.search4cause.com\/", "options_page": "options.html", "icons": { "16": "img\/16x16.png", "96": "img\/96x96.png", "128": "img\/128x128.png", "256": "img\/256x256.png" }, "browser_action": { "default_icon": { "16": "img\/16x16.png" }, "default_title": "Search 4 Cause", "default_popup": "popup.html" }, "background": { "page": "main.html", "persistent": false }, "permissions": [ "cookies", "*:\/\/*.search4cause.com\/*", "storage", "webNavigation" ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "js\/*.js", "img\/*.png", "css\/*.css" ], "chrome_settings_overrides": { "search_provider": { "keyword": "4 Cause", "name": "4 Cause", "params": "__PARAM__", "encoding": "UTF-8", "is_default": true, "search_url": "https:\/\/searcher.search4cause.com\/query\/to?qi=1&ext=1&query={searchTerms}", "suggest_url": "https:\/\/suggestions.search4cause.com\/complete\/search?client=chrome&ie=utf-8&oe=utf-8&hl=en-US&q={searchTerms}", "favicon_url": "https:\/\/www.search4cause.com\/img\/favicon.ico" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_scripts": [ { "js": [ "js\/funnel.js" ], "matches": [ "*:\/\/*.search4cause.com\/typ*" ], "run_at": "document_start" } ] } |