Trustnav Safesearch BETA

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

什麼是Trustnav Safesearch BETA?

Trustnav Safesearch BETA是由http://trustnav.com開發的Chrome擴展程式,該擴展的主要功能是“Trustnav prevents you from accessing dangerous websites and blocks unwanted ads.”。

擴展截圖

screenshot

下載Trustnav Safesearch BETA擴展crx文件

下載Trustnav Safesearch BETA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ¡Keep your navigation safe with Trustnav safebrowsing!

Trustnav Safebrowsing keeps you safe by checking every website or download you are visiting or downloading.
If the website or download is rated as unsafe, you will be notified to prevent you from credit card thefht, giving to hackers your credentials, download ransomware or malware.

Anti adware and malicious search results:
Trustnav controls the search page so no other adware toolbars can take control of your new tab.


By installing Trustnav's Safebrowsing you accept the following ToS and Privacy Policy: www.trustnav.com/privacy                    

擴展基本資訊

名稱 Trustnav Safesearch BETA Trustnav Safesearch BETA
ID jciaenfnoomjejlmbnpcfgaifmbifgcj
官方網址 https://chrome.google.com/webstore/detail/jciaenfnoomjejlmbnpcfgaifmbifgcj
簡介 Trustnav prevents you from accessing dangerous websites and blocks unwanted ads.
檔案大小 720 KB
安裝次數 1,391
目前版本 5.3.3
更新時間 2021-04-16
上架時間 2020-05-27
評分 4.09/5 共 129 次評分
開發者 http://trustnav.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面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 BETA",
    "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'"
}