Startpage — Private Search Engine
Take back your online privacy by using Startpage as your default search engine.
Startpage — Private Search Engineคืออะไร?
Startpage — Private Search Engine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://startpage.com และคุณลักษณะหลักของมันคือ "Take back your online privacy by using Startpage as your default search engine."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Startpage — Private Search Engine
ดาวน์โหลดไฟล์ส่วนขยาย Startpage — Private Search Engine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This search engine extension protects users from being tracked while allowing them to search the web in complete privacy. Startpage is a private search engine with no tracking, storing, or selling users’ search history. To ensure you have "always-on" search privacy AND to search Startpage directly from your URL bar, we recommend installing our search engine extension. The Startpage private search extension: - Does NOT save, share, or sell your personal or search engine data - Doesn’t drop 3rd party trackers and cookies like other search engines - Ensures unprofiled search results, guaranteeing the same information for everyone in the world - Allows users to browse search results in private with the "Anonymous View" proxy feature - Protects worldwide users with European and Dutch privacy legislation - Is GDPR and CCPA compliant Learn more about why Startpage is the world’s most private search engine: - Homepage: www.startpage.com - Privacy Policy: www.startpage.com/en/search/privacy-policy.html - About Us: www.startpage.com/en/about-us - Anonymous View: www.startpage.com/en/anonymous-view - Support: support.startpage.com - Contact: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Startpage — Private Search Engine |
ID | fgmjlmbojbkmdpofahffgcpkhkngfpef |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/startpage-%E2%80%94-private-searc/fgmjlmbojbkmdpofahffgcpkhkngfpef |
คำอธิบาย | Take back your online privacy by using Startpage as your default search engine. |
ขนาดไฟล์ | 11.67 KB |
จำนวนการติดตั้ง | 236,617 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2023-11-13 |
วันที่เผยแพร่ | 2020-04-02 |
คะแนน | 4.10/5 รวมทั้งหมด 62 คะแนน |
ผู้พัฒนา | https://startpage.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.startpage.com |
URL หน้าช่วยเหลือ | https://support.startpage.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.startpage.com/en/privacy-policy |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.0.0", "icons": { "16": "icons\/sp_icon_16.png", "48": "icons\/sp_icon_48.png", "128": "icons\/sp_icon_128.png" }, "minimum_chrome_version": "90", "permissions": [ "storage", "webRequest", "webRequestBlocking", "https:\/\/*.startpage.com\/*" ], "chrome_settings_overrides": { "search_provider": { "name": "__MSG_searchEngineName__", "keyword": "startpage", "search_url": "https:\/\/www.startpage.com\/do\/dsearch?q={searchTerms}&cat=web&language=__MSG_extensionUrlLanguage__", "suggest_url": "https:\/\/www.startpage.com\/suggestions?q={searchTerms}&format=opensearch&segment=startpage.defaultchx&lui=__MSG_extensionUrlLanguage__", "favicon_url": "https:\/\/www.startpage.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "browser_action": { "default_area": "navbar", "default_icon": { "16": "icons\/sp_icon_16.png", "48": "icons\/sp_icon_48.png", "128": "icons\/sp_icon_128.png" }, "default_title": "__MSG_extensionName__" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.startpage.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "default_locale": "en" } |