RAM Safe Search

SEC_RITY is not complete without U ! RAM Antivirus

O que é RAM Safe Search?

RAM Safe Search é uma extensão do Chrome desenvolvida por RAM Antivirus, e sua principal característica é "SEC_RITY is not complete without U ! RAM Antivirus".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão RAM Safe Search

Baixe arquivos de extensão RAM Safe Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome RAM Safe Search RAM Safe Search
ID pgcfefoninifceebbncmojnhcbehkbek
URL Oficial https://chromewebstore.google.com/detail/ram-safe-search/pgcfefoninifceebbncmojnhcbehkbek
Descrição SEC_RITY is not complete without U ! RAM Antivirus
Tamanho do Arquivo 528 KB
Contagem de Instalações 83
Versão Atual 2.0.1
Última Atualização 2022-05-29
Data de Publicação 2022-05-26
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor RAM Antivirus
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ramantivirus.com
URL da Página de Ajuda https://support.ramantivirus.com/
URL da Página de Política de Privacidade https://ramantivirus.com/privacy-policy
Idiomas Suportados 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"
    }
}