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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://support.avast.com/
URL หน้านโยบายความเป็นส่วนตัว 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
        }
    ]
}