Search4Cause
This extension sets your search engine to Search4Cause.
Search4Causeคืออะไร?
Search4Cause เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Media Arena และคุณลักษณะหลักของมันคือ "This extension sets your search engine to Search4Cause."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search4Cause
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } ] } |