Avast Online Security & Privacy

Avast browser security and web reputation plugin.

Cos'è Avast Online Security & Privacy?

Avast Online Security & Privacy è un'estensione di Chrome sviluppata da https://www.avast.com, e la sua funzione principale è "Avast browser security and web reputation plugin.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Avast Online Security & Privacy

Scarica i file di estensione Avast Online Security & Privacy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Avast Online Security & Privacy Avast Online Security & Privacy
ID gomekmidlodglbbmalcneegieacbdmki
URL Ufficiale https://chromewebstore.google.com/detail/avast-online-security-pri/gomekmidlodglbbmalcneegieacbdmki
Descrizione Avast browser security and web reputation plugin.
Dimensione del File 1.87 MB
Conteggio Installazioni 9,483,818
Versione Corrente 22.11.177
Ultimo Aggiornamento 2023-04-27
Data di Pubblicazione 2020-06-02
Valutazione 4.44/5 Totale 26181 Valutazioni
Sviluppatore https://www.avast.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.avast.com/avast-online-security
URL della Pagina di Aiuto https://support.avast.com/
URL della Pagina della Politica sulla Privacy https://www.avast.com/products-policy
Lingue Supportate 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
        }
    ]
}