Safe2Search
This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience.
Safe2Searchคืออะไร?
Safe2Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bony Innovation และคุณลักษณะหลักของมันคือ "This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safe2Search
ดาวน์โหลดไฟล์ส่วนขยาย Safe2Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click on the Safe2Search icon in the toolbar to keep adult content out of your search results. By clicking "Add to chrome", I accept and agree to install Safe2Search extension and set Chrome™ default search to that provided by the service and the terms below. Important Notice !This extension changes your Default Search in Chrome browser to Yahoo. For more information follow the links below: About - https://www.safe2search.com Contact - https://www.safe2search.com/contact EULA - https://www.safe2search.com/eula Privacy - https://www.safe2search.com/privacy Uninstall - https://www.safe2search.com/uninstall
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Safe2Search |
ID | oipppoigngciofehichfgjdbacmmfipj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/safe2search/oipppoigngciofehichfgjdbacmmfipj |
คำอธิบาย | This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience. |
ขนาดไฟล์ | 20 KB |
จำนวนการติดตั้ง | 2,961 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2021-04-08 |
วันที่เผยแพร่ | 2020-11-15 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Bony Innovation |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.safe2search.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Safe2Search", "version": "0.3.0", "description": "This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience.", "icons": { "16": ".\/assets\/images\/16x16.png", "96": ".\/assets\/images\/96x96.png", "128": ".\/assets\/images\/128x128.png" }, "browser_action": { "default_popup": "switch.html", "default_icon": { "16": ".\/assets\/images\/16x16.png" }, "default_title": "Safe2Search" }, "background": { "page": "index.html", "persistent": false }, "permissions": [ "cookies", "storage", "*:\/\/*.safe2search.com\/*" ], "chrome_settings_overrides": { "homepage": "https:\/\/www.safe2search.com", "search_provider": { "alternate_urls": [], "name": "Safe2Search", "params": "__PARAM__", "keyword": "Safe2Search", "encoding": "UTF-8", "is_default": true, "search_url": "https:\/\/search.safe2search.com\/query\/to?query={searchTerms}&qi=1&category=web&ext=1", "suggest_url": "https:\/\/sug.safe2search.com\/complete\/search?q={searchTerms}&client=firefox&ie=utf-8&oe=utf-8&hl=en-US", "favicon_url": "https:\/\/www.safe2search.com\/img\/favicon.ico" } } } |