Dr.Web Link Checker

Dr.Web antivirus extension for link scanning from the context menu. Protects against malware and phishing attacks on social media.

Dr.Web Link Checkerคืออะไร?

Dr.Web Link Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Doctor Web, Ltd. และคุณลักษณะหลักของมันคือ "Dr.Web antivirus extension for link scanning from the context menu. Protects against malware and phishing attacks on social media."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dr.Web Link Checker

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

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

                        Dr.Web Link Checker is a free extension for Google Chrome that can instantly scan webpages and files downloaded from the Internet, and block website attempts to monitor user activity and display advertisements.  
 
If, for some reason, you have not yet entrusted Dr.Web products to defend your computers, use Dr.Web Link Checker, and surf the World Wide Web without fear of virus attacks, phishing attempts, and annoying ads!

 Dr.Web Link Checker’s automatic features
• Dr.Web antivirus extension for scanning links. Accessible from the context menu. Protects against phishing attacks and malware infections on social networks.
• Blocks attempts to monitor user Internet activity, including on social networks. Blocks all the most common ad network resources and web behaviour analytics that allow user  search requests and visited sites to be analysed and the resulting collected data to be used to display specific ads to users.
• Blocks ads (social network advertising plugins embedded in pages of third-party sites, ad networks, flash banners and videos, and separate ad units on a page). User-created site exceptions lists indicate which sites can display ads.

User-requested scanning
for phishing attempts, malware, unwanted or non-recommended sites

• Scans links before visiting a site
• Scans files (up to 12 MB in size) before downloading them from the Internet
• Checks links in e-mail messages processed by Mozilla Thunderbird


Other features

• Detects and checks malformed links
• Sends requests to add specific advertising sites into the Dr.Web database                    

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

ชื่อ Dr.Web Link Checker Dr.Web Link Checker
ID aleggpabliehgbeagmfhnodcijcmbonb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/drweb-link-checker/aleggpabliehgbeagmfhnodcijcmbonb
คำอธิบาย Dr.Web antivirus extension for link scanning from the context menu. Protects against malware and phishing attacks on social media.
ขนาดไฟล์ 444 KB
จำนวนการติดตั้ง 163,995
เวอร์ชันปัจจุบัน 3.9.21.7050
อัปเดตครั้งล่าสุด 2022-07-19
วันที่เผยแพร่ 2020-05-19
คะแนน 4.36/5 รวมทั้งหมด 3038 คะแนน
ผู้พัฒนา Doctor Web, Ltd.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.freedrweb.com/linkchecker/google+chrome/
URL หน้าช่วยเหลือ http://support.drweb.com
URL หน้านโยบายความเป็นส่วนตัว https://company.drweb.com/policy?lng=en
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "content\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "content\/icons\/20.png",
        "default_popup": "content\/popup.html",
        "default_title": "Dr.Web"
    },
    "content_scripts": [
        {
            "css": [
                "content\/css\/style.css"
            ],
            "js": [
                "content\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; img-src *; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "content\/icons\/16.png",
        "20": "content\/icons\/20.png",
        "32": "content\/icons\/32.png",
        "48": "content\/icons\/48.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "content\/options.html"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "contextMenus",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "3.9.21.7050",
    "web_accessible_resources": [
        "content\/css\/images\/logo.png",
        "content\/css\/images\/block_logo.png",
        "content\/css\/images\/loadingImage.gif",
        "content\/css\/blockPage.css",
        "content\/js\/blockPage.js",
        "content\/icons\/back1.gif",
        "content\/block.html"
    ]
}