My Secure Search

We help keep your searches safe and secure.

My Secure Searchคืออะไร?

My Secure Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://safesearchtab.com และคุณลักษณะหลักของมันคือ "We help keep your searches safe and secure."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Secure Search

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

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

                        My Secure Search provides a safe searching experience.

We help keep you safe by checking every search result and website through our extension.

My Secure Search changes your default search provider to Bing and give you a new tab which also defaults your search to bing.

We hope you enjoy!                    

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

ชื่อ My Secure Search My Secure Search
ID gocbljahodmfkllelmfjejckfddonhnl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/my-secure-search/gocbljahodmfkllelmfjejckfddonhnl
คำอธิบาย We help keep your searches safe and secure.
ขนาดไฟล์ 131 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-12-05
วันที่เผยแพร่ 2019-12-05
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://safesearchtab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Secure Search",
    "description": "We help keep your searches safe and secure.",
    "version": "1.0",
    "browser_action": {
        "default_title": "My Secure Search"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/safesearchtab.com\/favicon.ico",
            "image_url": "https:\/\/safesearchtab.com\/assets\/icons\/shield.png",
            "is_default": true,
            "keyword": "gm",
            "name": "Web",
            "search_url": "https:\/\/search.safesearchtab.com\/search?q={searchTerms}&n=281&devise=5dd7920ca651ce68632e0f6b",
            "suggest_url": "https:\/\/search.safesearchtab.com\/search?q={searchTerms}&n=281&devise=5dd7920ca651ce68632e0f6b"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}