Avira Browser Safety

Your surfing made private and secure

什麼是Avira Browser Safety?

Avira Browser Safety是由Avira開發的Chrome擴展程式,該擴展的主要功能是“Your surfing made private and secure”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Avira Browser Safety擴展crx文件

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

擴展使用說明

                        Avira Browser Safety protects you from malicious websites & invisible trackers

Safe surfing
- Browse securely: We block over 80 million malicious sites per month.
- Shield your identity: We detect over 20 million phishing & spam attacks per month.
- Download safely: We prevent over 1 million potentially unwanted applications (PUA) from hiding in your downloads.

Private browsing
- Anti-tracking: We stop thousands of ad networks from monitoring you online.
- Optimal experience: We enable you to access all your favorite web services without interference.

Smarter searches
- Know before you go: We highlight infected sites directly in your search results.
- Anti-hijacking: We ensure you’re never redirected to malicious search engines.                    

擴展基本資訊

名稱 Avira Browser Safety Avira Browser Safety
ID flliilndjeohchalpbbcdekjklbdgfkk
官方網址 https://chromewebstore.google.com/detail/avira-browser-safety/flliilndjeohchalpbbcdekjklbdgfkk
簡介 Your surfing made private and secure
檔案大小 1.71 MB
安裝次數 7,000,000
目前版本 4.2.7.2439
更新時間 2022-10-26
上架時間 2021-03-09
評分 4.15/5 共 2958 次評分
開發者 Avira
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://privacy.avira.com
支援的語言 de,en,en-US,fr,nl,tr,es,it,pt-BR,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Avira Operations GmbH & Co. KG",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "4.2.7.2439",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content\/common.js",
                "js\/content\/content.js"
            ],
            "css": [
                "css\/content\/content.css",
                "css\/content\/search.css"
            ]
        },
        {
            "js": [
                "js\/content\/jquery.js",
                "js\/content\/landingPage.js"
            ],
            "matches": [
                "http:\/\/*.avira.com\/*",
                "https:\/\/*.avira.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "adguard\/adguard-content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/avira_icon16.png",
        "48": "img\/avira_icon48.png",
        "128": "img\/avira_icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background\/background.js",
            "js\/webRequestListenerWrapper.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "img\/avira_icon16.png",
            "19": "img\/avira_icon19.png",
            "24": "img\/avira_icon24.png",
            "32": "img\/avira_icon32.png",
            "38": "img\/avira_icon38.png"
        },
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "cookies",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "html\/top.html",
        "html\/card.html",
        "html\/external.html",
        "html\/loading.html",
        "html\/blocked.html",
        "html\/blockedIFrame.html",
        "html\/trackerNotification.html",
        "html\/ExtPermNotification.html",
        "img\/serp_info_safe.svg",
        "img\/serp_info_unsafe.svg",
        "img\/serp_info_warning.svg",
        "img\/logo-avira-antivirus.png"
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:4000 https:\/\/www.avira.com https:\/\/*.offers.avira.com; object-src 'self'",
    "optional_permissions": [
        "management"
    ]
}