RAM Safe Search
SEC_RITY is not complete without U ! RAM Antivirus
Cos'è RAM Safe Search?
RAM Safe Search è un'estensione di Chrome sviluppata da RAM Antivirus, e la sua funzione principale è "SEC_RITY is not complete without U ! RAM Antivirus".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RAM Safe Search
Scarica i file di estensione RAM Safe Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | RAM Safe Search |
ID | pgcfefoninifceebbncmojnhcbehkbek |
URL Ufficiale | https://chromewebstore.google.com/detail/ram-safe-search/pgcfefoninifceebbncmojnhcbehkbek |
Descrizione | SEC_RITY is not complete without U ! RAM Antivirus |
Dimensione del File | 528 KB |
Conteggio Installazioni | 83 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2022-05-29 |
Data di Pubblicazione | 2022-05-26 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | RAM Antivirus |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ramantivirus.com |
URL della Pagina di Aiuto | https://support.ramantivirus.com/ |
URL della Pagina della Politica sulla Privacy | https://ramantivirus.com/privacy-policy |
Lingue Supportate | 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" } } |