AVG Online Security

AVG browser security and web reputation plugin.

AVG Online Securityคืออะไร?

AVG Online Security เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.avg.com และคุณลักษณะหลักของมันคือ "AVG browser security and web reputation plugin."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AVG Online Security

ดาวน์โหลดไฟล์ส่วนขยาย AVG Online Security ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        AVG Browser Security - web reputation plugin
AVG-powered security for your Google Chrome browser.

Browse without worry or fear with AVG in your corner. We’ll check every site you visit, from Facebook to your bank, to ensure nothing puts you or your data at risk. We stop phishing attacks, show user reviews, and warn you if a site is deemed untrustworthy by our community of 400 million.

•	Identifies and blocks phishing sites trying to steal your data
•	See how website has been rated by a growing community of 400 million users
•	Easily check the rating of any website just by hovering over the link
•	Warns you when you’re visiting websites with bad reputations
•	Rate a website effortlessly, marking them with a thumbs up or a thumbs down, to help other users know where to avoid
•	If you have AVG Secure Browser installed, we’ll open it automatically when you shop or bank online to help protect your data
•	Blocks annoying tracking cookies that collect data on your browsing activities

By installing this extension to your browser, you confirm you read and agree to AVG's Privacy Policy (https://www.avg.com/privacy)  and End User License Agreement (https://www.avg.com/eula) which govern your download and use of the selected product.

What data we collect
•	URL - to check if the website is safe or not
•	User's feedback - to tell whether the site rating and classification you received are relevant
•	Usage data - To measure user’s behavior in UI and how 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, to measure product telemetry and calculate aggregated statistics
•	Status of AVG Antivirus - To be able to turn on Bank Mode on specific sites                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AVG Online Security AVG Online Security
ID nbmoafcmbajniiapeidgficgifbfmjfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/avg-online-security/nbmoafcmbajniiapeidgficgifbfmjfo
คำอธิบาย AVG browser security and web reputation plugin.
ขนาดไฟล์ 560 KB
จำนวนการติดตั้ง 742,226
เวอร์ชันปัจจุบัน 20.3.10
อัปเดตครั้งล่าสุด 2022-03-14
วันที่เผยแพร่ 2020-06-04
คะแนน 4.71/5 รวมทั้งหมด 588 คะแนน
ผู้พัฒนา https://www.avg.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.avg.com
URL หน้าช่วยเหลือ https://support.avg.com/home
URL หน้านโยบายความเป็นส่วนตัว https://www.avg.com/privacy
ภาษาที่รองรับ 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": "20.3.10",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "AVG",
    "incognito": "split",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "common\/ui\/icons\/icon-unknown.png",
        "default_title": "AVG Online Security"
    },
    "icons": {
        "16": "common\/ui\/icons\/icon16.png",
        "32": "common\/ui\/icons\/icon32.png",
        "48": "common\/ui\/icons\/icon48.png",
        "64": "common\/ui\/icons\/icon64.png",
        "128": "common\/ui\/icons\/icon128.png",
        "256": "common\/ui\/icons\/icon256.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\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.avast.com\/*"
            ],
            "js": [
                "scripts\/contentAvast.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentInject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentAdvertisers.js"
            ]
        }
    ]
}