SafeBrowser

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

Qu'est-ce que SafeBrowser ?

SafeBrowser est une extension Chrome développée par https://defcloud.com, et sa fonction principale est "View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SafeBrowser

Téléchargez les fichiers d'extension SafeBrowser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SafeBrowser SafeBrowser
ID bohffanknhdkpedmpcgephfdgabemfkb
URL Officiel https://chromewebstore.google.com/detail/safebrowser/bohffanknhdkpedmpcgephfdgabemfkb
Description View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads
Taille du Fichier 34.2 KB
Nombre d'Installations 7,081
Version Actuelle 1.4.1
Dernière Mise à Jour 2015-07-18
Date de Publication 2015-07-18
Évaluation 3.67/5 Total 126 Évaluations
Développeur https://defcloud.com
Type de Paiement free
Site Web de l'Extension https://defcloud.com
URL de la Page d'Aide https://defcloud.com/help.html
Langues Prises en Charge 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"
}