RAM Safe Search
SEC_RITY is not complete without U ! RAM Antivirus
什么是RAM Safe Search?
RAM Safe Search是由RAM Antivirus开发的Chrome扩展程序,该扩展的主要功能是“SEC_RITY is not complete without U ! RAM Antivirus”。
扩展截图
下载RAM Safe Search扩展crx文件
下载RAM Safe Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Anti Phishing feature in RAM Antivirus protects you from visiting malicious, unsafe or infected websites. The Anti Phishing feature analyzes all the websites that you visit and inform you the security level of that website, that means this website is safe or unsafe. If the website you visit is unsafe, Anti-Phishing feature show's popup website and protect your system. Hence, always turn ON Anti-Phishing feature and secure your system. There are alerts for phishing website, malicious website and discord phishing links as well.
扩展基本信息
名称 | RAM Safe Search |
ID | pgcfefoninifceebbncmojnhcbehkbek |
官方URL | https://chromewebstore.google.com/detail/ram-safe-search/pgcfefoninifceebbncmojnhcbehkbek |
简介 | SEC_RITY is not complete without U ! RAM Antivirus |
文件大小 | 528 KB |
安装次数 | 83 |
当前版本 | 2.0.1 |
更新时间 | 2022-05-29 |
上架时间 | 2022-05-26 |
评分 | 4.83/5 共6次评分 |
开发者 | RAM Antivirus |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ramantivirus.com |
帮助页面URL | https://support.ramantivirus.com/ |
隐私政策页面URL | https://ramantivirus.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RAM Safe Search", "version": "2.0.1", "manifest_version": 3, "description": "SEC_RITY is not complete without U ! \n RAM Antivirus", "permissions": [ "tabs", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*.junkoust.com\/" ], "chrome_url_overrides": { "newtab": "home.html" }, "background": { "service_worker": "background.js" }, "icons": { "128": "j128.png", "64": "j64.png", "32": "j32.png", "19": "logo19.png" }, "action": { "default_icon": "logo19.png", "default_title": "Browse safely..", "default_popup": "popup.html" } } |