Trustnav Safesearch

Trustnav prevents you from accessing dangerous websites and blocks unwanted ads.

Trustnav Safesearchคืออะไร?

Trustnav Safesearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trustnav.com และคุณลักษณะหลักของมันคือ "Trustnav prevents you from accessing dangerous websites and blocks unwanted ads."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trustnav Safesearch

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

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

                        ¡Keep your navigation safe with Trustnav Safesearch!

Trustnav Safesearch keeps you safe by checking every search result and website.

If the search result domain, or website is rated as unsafe, you will be aware to prevent you from credit card thefht, giving to hackers your credentials, download ransomware or malware.

This extension configures your Default Search in Chrome browser to provide these features.

By installing Trustnav Safesearch you accept the following ToS and Privacy Policy: https://www.trustnav.com/en/legal/privacy                    

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

ชื่อ Trustnav Safesearch Trustnav Safesearch
ID hgjdbeiflalimgifllheflljdconlbig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trustnav-safesearch/hgjdbeiflalimgifllheflljdconlbig
คำอธิบาย Trustnav prevents you from accessing dangerous websites and blocks unwanted ads.
ขนาดไฟล์ 720 KB
จำนวนการติดตั้ง 712,906
เวอร์ชันปัจจุบัน 5.3.3
อัปเดตครั้งล่าสุด 2021-04-16
วันที่เผยแพร่ 2020-05-28
คะแนน 3.91/5 รวมทั้งหมด 3803 คะแนน
ผู้พัฒนา https://trustnav.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.trustnav.com
URL หน้านโยบายความเป็นส่วนตัว https://www.trustnav.com/en/legal/privacy
ภาษาที่รองรับ en,fr,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trustnav Safesearch",
    "short_name": "Trustnav Safesearch",
    "default_locale": "en",
    "version": "5.3.3",
    "description": "Trustnav prevents you from accessing dangerous websites and blocks unwanted ads.",
    "browser_action": {
        "default_icon": ".\/icons\/Safe48.png",
        "default_title": "Trustnav Safesearch",
        "default_popup": ".\/views\/popup\/popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Trustnav safe search",
            "keyword": "trustnav",
            "favicon_url": "https:\/\/www.trustnav.com\/favicon.png",
            "search_url": "https:\/\/safesearch.trustnav.com\/?src=ext&action=search&q={searchTerms}",
            "is_default": true,
            "encoding": "utf8"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/vendors\/jquery.min.js",
                ".\/config\/config.js",
                ".\/utils\/utils.js",
                ".\/content_scripts\/notifications.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.trustnav.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/safesearch.trustnav.com\/*"
            ],
            "js": [
                ".\/content_scripts\/search_engine\/search.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/g.results.supply\/*"
            ],
            "js": [
                ".\/content_scripts\/search_engine\/search_tracker_trustnav.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.search.yahoo.com\/*"
            ],
            "js": [
                ".\/content_scripts\/search_engine\/search_tracker_yahoo.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.bing.com\/*"
            ],
            "js": [
                ".\/content_scripts\/search_engine\/search_tracker_bing.js"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/account.js"
            ],
            "matches": [
                "*:\/\/master-account.trustnav.com\/*",
                "*:\/\/account.trustnav.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/config\/config.js",
                ".\/content_scripts\/trustnav_frame.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": ".\/icons\/Safe16.png",
        "32": ".\/icons\/Safe32.png",
        "48": ".\/icons\/Safe48.png",
        "64": ".\/icons\/Safe64.png",
        "128": ".\/icons\/Safe128.png"
    },
    "background": {
        "page": ".\/background\/background.html?ext=safebrowsing"
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "cookies",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "\/views\/notifications\/unsafe_site\/index.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/cdn.amplitude.com; object-src 'self'"
}