RAM Antivirus

RAM Antivirus security plugin

什麼是RAM Antivirus?

RAM Antivirus是由RAM Antivirus開發的Chrome擴展程式,該擴展的主要功能是“RAM Antivirus security plugin”。

擴展截圖

screenshot
screenshot

下載RAM Antivirus擴展crx文件

下載RAM Antivirus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        RAM Antivirus security plugin with advance search option                    

擴展基本資訊

名稱 RAM Antivirus RAM Antivirus
ID glphfgnkljdeaogdmokbldckgmndddkd
官方網址 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
}