SafeBrowser

View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads

O que é SafeBrowser?

SafeBrowser é uma extensão do Chrome desenvolvida por https://defcloud.com, e sua principal característica é "View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SafeBrowser

Baixe arquivos de extensão SafeBrowser 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

                        Protected browsing with SafeBrowser

An estimated 1 in 10 web servers are infected with malware (viruses, worms and trojan horses), and your antivirus application is powerless to stop these viruses infecting your computer. Research has shown that antivirus applications only detect about 20% of modern malware.

Landing on a compromised server means risking downloading malware that logs your keystrokes, steals your passwords and credit card data, encrypts your files and then demands a ransom, sends junk email to your contacts or turns your PC into a bot (an automated device used to attack other PCs or servers).

Every time you browse you take unknowing risks if you browse unprotected. SafeBrowser is a highly innovative, patent pending new service that allows you to view the smaller less well known sites in a protected way, with all scripts, applets, flash and activex controls removed and reported on.

SafeBrowser not only tells you the category and reputation of the website you are viewing, but the category and reputation of the 3rd party servers and redirected servers the sites pages are also accessing. Sometimes its these 3rd party servers that are the source of the malware. SafeBrowser is the only service in the world that can do this.

Shortened URLs such as bit.ly and goo.gl have their uses, but they're also a malware author's dream. It's estimated that one in five of the pages behind these shortened URLs have viruses or other malware just waiting to download onto your computer. 

SafeBrowser protects your computer because it does all redirection on the server, loads the final redirected page, strips it of anything that could cause harm*, and sends the safe version to your browser. 

Once you are satisfied that you are on the site you expected to be, you can always then choose to view that page in a normal browser window.

Please be aware that some sites may not display properly or even display at all if they are heavily dependent on javascript, but you can still check these sites reputation and category before deciding whether to view them in a normal browser window. 99% of sites however display just fine.

* SafeBrowser cannot detect viruses in images so you still need a good antivirus application to help detect these

SafeBrowser does not record your browsing history, and allows you to browser privately and anonymously to the sites you visit with it.

SafeBrowser offers a free 50MB per month trial option, or higher browsing limits are available with the pro options.                    

Informações Básicas da Extensão

Nome SafeBrowser SafeBrowser
ID bohffanknhdkpedmpcgephfdgabemfkb
URL Oficial https://chromewebstore.google.com/detail/safebrowser/bohffanknhdkpedmpcgephfdgabemfkb
Descrição View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads
Tamanho do Arquivo 34.2 KB
Contagem de Instalações 7,081
Versão Atual 1.4.1
Última Atualização 2015-07-18
Data de Publicação 2015-07-18
Classificação 3.67/5 Total de 126 Avaliações
Desenvolvedor https://defcloud.com
Tipo de Pagamento free
Site da Extensão https://defcloud.com
URL da Página de Ajuda https://defcloud.com/help.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_title": "Opens page in SafeBrowser",
        "name": "Open SafeBrowser"
    },
    "description": "View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "SafeBrowser",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.4.1"
}