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
官方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
}