RAM Safe Search
SEC_RITY is not complete without U ! RAM Antivirus
Co je RAM Safe Search?
RAM Safe Search je rozšíření Chrome vyvinuté RAM Antivirus, a jeho hlavní funkcí je „SEC_RITY is not complete without U ! RAM Antivirus“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření RAM Safe Search
Stáhněte si soubory rozšíření RAM Safe Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | RAM Safe Search |
ID | pgcfefoninifceebbncmojnhcbehkbek |
Oficiální URL | https://chromewebstore.google.com/detail/ram-safe-search/pgcfefoninifceebbncmojnhcbehkbek |
Popis | SEC_RITY is not complete without U ! RAM Antivirus |
Velikost souboru | 528 KB |
Počet instalací | 83 |
Aktuální Verze | 2.0.1 |
Poslední Aktualizace | 2022-05-29 |
Datum Vydání | 2022-05-26 |
Hodnocení | 4.83/5 Celkem 6 Hodnocení |
Vývojář | RAM Antivirus |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://ramantivirus.com |
URL Stránky Nápovědy | https://support.ramantivirus.com/ |
URL Stránky Zásad Ochrany Soukromí | https://ramantivirus.com/privacy-policy |
Podporované Jazyky | 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" } } |