Dr.Protect: Secure Search

Keep your searches private by redirecting searches that may be tracked to Dr.Protect: Secure Search, a privacy-focused search engine

Dr.Protect: Secure Searchคืออะไร?

Dr.Protect: Secure Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://drprotect.net และคุณลักษณะหลักของมันคือ "Keep your searches private by redirecting searches that may be tracked to Dr.Protect: Secure Search, a privacy-focused search engine"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dr.Protect: Secure Search

ดาวน์โหลดไฟล์ส่วนขยาย Dr.Protect: Secure Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Search safely online by enabling Norton Safe Search as your default search provider for maximum protection on Chrome.
You must install this extension to set Norton Safe Search as your default search provider, home and new tab page for Chrome.

Dr.Protect: Secure Search defends you from identity thieves and online scams by warning you of dangerous sites when you search, shop or browse online.

Dr.Protect: Secure Search provides you added peace of mind from online threats by:
- Automatically filtering unsafe web results
- Providing you with safety ratings on all your search results
- Letting you know which shopping sites are safe.

Note that this extension enables resetting Dr.Protect: Secure Search as your default search provider, home and new tab page on Chrome.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dr.Protect: Secure Search Dr.Protect: Secure Search
ID bhgmcidfcdpepjjdpobpejfgbejjknjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/drprotect-secure-search/bhgmcidfcdpepjjdpobpejfgbejjknjc
คำอธิบาย Keep your searches private by redirecting searches that may be tracked to Dr.Protect: Secure Search, a privacy-focused search engine
ขนาดไฟล์ 54.36 KB
จำนวนการติดตั้ง 816
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2019-05-13
วันที่เผยแพร่ 2019-05-12
คะแนน 4.93/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://drprotect.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://drprotect.net
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Dr.Protect: Secure Search",
        "default_icon": "img\/icon32.png",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/drprotect.net\/img\/search.png",
            "is_default": true,
            "keyword": "DP",
            "name": "Search",
            "search_url": "https:\/\/drprotect.net\/search\/v2\/?q={searchTerms}",
            "suggest_url": "https:\/\/drprotect.net\/search\/suggest\/?q={searchTerms}"
        }
    },
    "description": "Keep your searches private by redirecting searches that may be tracked to Dr.Protect: Secure Search, a privacy-focused search engine",
    "icons": {
        "256": "img\/icon256.png",
        "128": "img\/icon128.png",
        "96": "img\/icon96.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png",
        "16": "img\/icon16.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "19.0.0.0",
    "name": "Dr.Protect: Secure Search",
    "permissions": [
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0"
}