Avast Online Security & Privacy

Avast browser security and web reputation plugin.

ما هو Avast Online Security & Privacy؟

Avast Online Security & Privacy هو إضافة Chrome تم تطويرها بواسطة https://www.avast.com، والميزة الرئيسية لها هي "Avast browser security and web reputation plugin.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Avast Online Security & Privacy

قم بتنزيل ملفات الامتداد Avast Online Security & Privacy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Avast Online Security & Privacy Avast Online Security & Privacy
ID gomekmidlodglbbmalcneegieacbdmki
عنوان URL الرسمي https://chromewebstore.google.com/detail/avast-online-security-pri/gomekmidlodglbbmalcneegieacbdmki
الوصف Avast browser security and web reputation plugin.
حجم الملف 1.87 MB
عدد التثبيتات 9,483,818
النسخة الحالية 22.11.177
آخر تحديث 2023-04-27
تاريخ النشر 2020-06-02
تقييم 4.44/5 مجموع تقييمات 26181
المطور https://www.avast.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.avast.com/avast-online-security
عنوان صفحة المساعدة https://support.avast.com/
عنوان صفحة سياسة الخصوصية https://www.avast.com/products-policy
اللغات المدعومة 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
        }
    ]
}