Avast Online Security & Privacy

Avast browser security and web reputation plugin.

Wat is Avast Online Security & Privacy?

Avast Online Security & Privacy is een Chrome-extensie ontwikkeld door https://www.avast.com, en de belangrijkste functie is "Avast browser security and web reputation plugin.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Avast Online Security & Privacy

Download Avast Online Security & Privacy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Avast Online Security & Privacy Avast Online Security & Privacy
ID gomekmidlodglbbmalcneegieacbdmki
Officiële URL https://chromewebstore.google.com/detail/avast-online-security-pri/gomekmidlodglbbmalcneegieacbdmki
Beschrijving Avast browser security and web reputation plugin.
Bestandsgrootte 1.87 MB
Aantal Installaties 9,483,818
Huidige Versie 22.11.177
Laatst Bijgewerkt 2023-04-27
Publicatiedatum 2020-06-02
Beoordeling 4.44/5 Totaal 26181 Beoordelingen
Ontwikkelaar https://www.avast.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.avast.com/avast-online-security
Help Pagina-URL https://support.avast.com/
URL van de Privacybeleid Pagina https://www.avast.com/products-policy
Ondersteunde Talen 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
        }
    ]
}