RAM Antivirus

RAM Antivirus security plugin

RAM Antivirusคืออะไร?

RAM Antivirus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RAM Antivirus และคุณลักษณะหลักของมันคือ "RAM Antivirus security plugin"

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

screenshot
screenshot

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

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

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

                        RAM Antivirus security plugin with advance search option                    

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

ชื่อ RAM Antivirus RAM Antivirus
ID glphfgnkljdeaogdmokbldckgmndddkd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ram-antivirus/glphfgnkljdeaogdmokbldckgmndddkd
คำอธิบาย RAM Antivirus security plugin
ขนาดไฟล์ 210 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.2.9
อัปเดตครั้งล่าสุด 2019-10-14
วันที่เผยแพร่ 2019-10-14
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา RAM Antivirus
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ramantivirus.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RAM Antivirus",
    "short_name": "RAM Web Protection",
    "description": "RAM Antivirus security plugin",
    "version": "1.2.9",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*.junkoust.com\/"
    ],
    "browser_action": {
        "default_title": "RAM Antivirus",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "extension_logo.png",
        "48": "extension_logo2.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "blockpage.html",
        "blocklist.txt",
        "blockpage2.html"
    ],
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}