Avast Online Security & Privacy

Avast browser security and web reputation plugin.

What is Avast Online Security & Privacy?

Avast Online Security & Privacy is a Chrome extension developed by https://www.avast.com, and its main feature is "Avast browser security and web reputation plugin.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Avast Online Security & Privacy Extension CRX File

Download Avast Online Security & Privacy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Secure your Google Chrome browser against real-time online threats, trackers, and scams.

Browse with confidence using Avast Online Security & Privacy. We’ll check every site you visit, from Facebook to your bank, so nothing puts you or your data at risk. Join a growing community of 400 million Avast users.

- Identify and block phishing sites trying to steal your data.
- Quickly check the risk rating of any website just by hovering over the link.
- Block invasive tracking cookies that collect data on your browsing activities.
- Block online advertising and remove your details from advertisers’ databases. 
- Optimize your privacy preferences and settings across your favorite online platforms.
- Automatically ask sites to stop tracking you and selling your data. Learn more at https://globalprivacycontrol.org.

The data we collect includes:
- URL - to check if the website is safe or not
- Usage data - to measure the user’s behavior on the interface and understand how the user interacts with the extension
- Internal extension identifier (GUID) - to distinguish unique malware hits, to measure product telemetry and calculate aggregated statistics
- Information about device (browser type, operating system version) - to obtain usage aggregated statistics
- Country - to detect country specific malware campaigns, and to measure product telemetry and calculate aggregated statistics


By installing this extension in your browser, you acknowledge that you have read our privacy policy (https://www.avast.com/en-us/privacy-policy) and the end user license agreement (https://www.avast.com/en-us/eula), which set out the conditions for downloading and using the selected product, and that you agree with them.                    

Extension Basic Information

Name Avast Online Security & Privacy Avast Online Security & Privacy
ID gomekmidlodglbbmalcneegieacbdmki
Official URL https://chromewebstore.google.com/detail/avast-online-security-pri/gomekmidlodglbbmalcneegieacbdmki
Description Avast browser security and web reputation plugin.
File Size 1.87 MB
Installation Count 9,483,818
Current Version 22.11.177
Last Updated 2023-04-27
Publish Date 2020-06-02
Rating 4.44/5 Total 26181 Ratings
Developer https://www.avast.com
Email [email protected]
Payment Type free
Extension Website https://www.avast.com/avast-online-security
Help Page URL https://support.avast.com/
Privacy Policy Page URL https://www.avast.com/products-policy
Supported Languages id,ms,de,en,en-GB,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "22.11.177",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "Avast",
    "incognito": "split",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "common\/ui\/icons\/icon-avast64.png",
        "default_title": "Avast Online Security & Privacy"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+L"
            },
            "description": "Open AOSP UI"
        }
    },
    "icons": {
        "32": "common\/ui\/icons\/icon-avast32.png",
        "64": "common\/ui\/icons\/icon-avast64.png",
        "128": "common\/ui\/icons\/icon-avast128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "common\/mocks\/*",
        "common\/ui\/*",
        "common\/ui\/icons\/*",
        "common\/ui\/fonts\/*",
        "common\/ui\/css\/*",
        "locales\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.avast.com\/*"
            ],
            "js": [
                "scripts\/contentAvast.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentInject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentAdvertisers.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentCookie.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}