RAM Safe Search
SEC_RITY is not complete without U ! RAM Antivirus
What is RAM Safe Search?
RAM Safe Search is a Chrome extension developed by RAM Antivirus, and its main feature is "SEC_RITY is not complete without U ! RAM Antivirus".
Extension Screenshots
Download RAM Safe Search Extension CRX File
Download RAM Safe Search 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
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.
Extension Basic Information
Name | RAM Safe Search |
ID | pgcfefoninifceebbncmojnhcbehkbek |
Official URL | https://chromewebstore.google.com/detail/ram-safe-search/pgcfefoninifceebbncmojnhcbehkbek |
Description | SEC_RITY is not complete without U ! RAM Antivirus |
File Size | 528 KB |
Installation Count | 83 |
Current Version | 2.0.1 |
Last Updated | 2022-05-29 |
Publish Date | 2022-05-26 |
Rating | 4.83/5 Total 6 Ratings |
Developer | RAM Antivirus |
[email protected] | |
Payment Type | free |
Extension Website | https://ramantivirus.com |
Help Page URL | https://support.ramantivirus.com/ |
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 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" } } |