VT4Browsers

VirusTotal Browser Extension.

VT4Browsersคืออะไร?

VT4Browsers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vtchromizer-devs และคุณลักษณะหลักของมันคือ "VirusTotal Browser Extension."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Avoid infections and other unwanted outcomes when you receive a suspicious file or link by checking the file or link with VirusTotal’s free and easy service. VirusTotal's mission is to help make the internet a safer place while helping to improve the security and antivirus industries and the online safety of other members of the VirusTotal Community. Learn more at https://docs.virustotal.com/docs/how-it-works.

By default the extension also allows you to collaborate with the security industry by sharing the DNS resolutions (ip address to domain name mappings) performed by your browser. These will never be tied to your identity and the sharing can be deactivated in the extension settings.

Privacy policy at https://docs.virustotal.com/docs/privacy-policy

Virustotal is a free online service that analyzes files and URLs enabling the identification of viruses, worms, trojans and other kinds of malicious content detected by antivirus engines and website scanners. VirusTotal is not a substitute for antivirus or security products, but integrates over 60 antivirus solutions and more than 60 URL scanning tools to provide a valuable second opinion on a given file or web site and as a way to detect false positives.                    

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

ชื่อ VT4Browsers VT4Browsers
ID efbjojhplkelaegfbieplglfidafgoka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vt4browsers/efbjojhplkelaegfbieplglfidafgoka
คำอธิบาย VirusTotal Browser Extension.
ขนาดไฟล์ 230 KB
จำนวนการติดตั้ง 124,399
เวอร์ชันปัจจุบัน 4.0.9
อัปเดตครั้งล่าสุด 2023-12-02
วันที่เผยแพร่ 2020-04-15
คะแนน 4.37/5 รวมทั้งหมด 305 คะแนน
ผู้พัฒนา vtchromizer-devs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.virustotal.com
URL หน้าช่วยเหลือ https://www.virustotal.com/gui/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://docs.virustotal.com/docs/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VT4Browsers",
    "version": "4.0.9",
    "default_locale": "en",
    "description": "VirusTotal Browser Extension.",
    "icons": {
        "16": "icons\/vt-16.png",
        "32": "icons\/vt-32.png"
    },
    "browser_action": {
        "default_icon": "icons\/vt_logo.png",
        "default_popup": "src\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.virustotal.com\/*"
            ],
            "css": [
                "src\/styles.css"
            ],
            "js": [
                "src\/vt-augment.min.js",
                "src\/jquery.min.js",
                "src\/virustotal.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/jquery.min.js",
            "src\/stackdriver-errors.js",
            "src\/background.js"
        ]
    },
    "options_ui": {
        "page": "src\/options.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "downloads",
        "storage",
        ""
    ],
    "commands": {
        "vthighlight": {
            "description": "One-off highlighting on current page"
        },
        "vtenrich": {
            "description": "One-off enrichment on current page"
        }
    },
    "web_accessible_resources": [
        "icons\/vt-logo.svg"
    ]
}