SafeSearch
Search with SafeSearch.
SafeSearchคืออะไร?
SafeSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.safesearch.net และคุณลักษณะหลักของมันคือ "Search with SafeSearch."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SafeSearch
ดาวน์โหลดไฟล์ส่วนขยาย SafeSearch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keep your privacy intact installing SafeSearch Extension. SafeSearch protects your privacy by using our search landing page without any trackers. Prevent searches that may be tracked and tied to your personal information. Make your default page a SafeSearch page. The extension will load a search portal on your new tab. You can also easily search for images on Bing or find your favorite windows apps by clicking on the menu on top right in the new tab. The search queries will be redirected to our search partner Microsoft Bing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SafeSearch |
ID | dofpbgmibkabhhihnomcmmijlkhaeilm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/safesearch/dofpbgmibkabhhihnomcmmijlkhaeilm |
คำอธิบาย | Search with SafeSearch. |
ขนาดไฟล์ | 29.75 KB |
จำนวนการติดตั้ง | 2,069 |
เวอร์ชันปัจจุบัน | 2.8.1 |
อัปเดตครั้งล่าสุด | 2021-06-29 |
วันที่เผยแพร่ | 2014-09-16 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://www.safesearch.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.safesearch.net/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "SafeSearch", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "incognito": "split", "description": "Search with SafeSearch.", "homepage_url": "https:\/\/www.safesearch.net\/", "version": "2.8.1", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.safesearch.net\/favicon.ico", "is_default": true, "keyword": "SafeSearch", "name": "SafeSearch", "search_url": "https:\/\/www.safesearch.net\/?q={searchTerms}" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |