RAM Antivirus

RAM Antivirus security plugin

What is RAM Antivirus?

RAM Antivirus is a Chrome extension developed by RAM Antivirus, and its main feature is "RAM Antivirus security plugin".

Extension Screenshots

screenshot
screenshot

Download RAM Antivirus Extension CRX File

Download RAM Antivirus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        RAM Antivirus security plugin with advance search option                    

Extension Basic Information

Name RAM Antivirus RAM Antivirus
ID glphfgnkljdeaogdmokbldckgmndddkd
Official URL https://chrome.google.com/webstore/detail/ram-antivirus/glphfgnkljdeaogdmokbldckgmndddkd
Description RAM Antivirus security plugin
File Size 210 KB
Installation Count 1,000
Current Version 1.2.9
Last Updated 2019-10-14
Publish Date 2019-10-14
Rating 5.00/5 Total 6 Ratings
Developer RAM Antivirus
Email [email protected]
Payment Type free
Privacy Policy Page URL https://ramantivirus.com/privacy-policy
Supported Languages 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
}