SafeBrowser

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

Was ist SafeBrowser?

SafeBrowser ist eine Chrome-Erweiterung, die von https://defcloud.com entwickelt wurde, und ihr Hauptmerkmal ist "View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SafeBrowser-Erweiterungs-CRX-Datei herunterladen

Laden Sie SafeBrowser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SafeBrowser SafeBrowser
ID bohffanknhdkpedmpcgephfdgabemfkb
Offizielle URL https://chromewebstore.google.com/detail/safebrowser/bohffanknhdkpedmpcgephfdgabemfkb
Beschreibung View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads
Dateigröße 34.2 KB
Installationsanzahl 7,081
Aktuelle Version 1.4.1
Letztes Update 2015-07-18
Veröffentlichungsdatum 2015-07-18
Bewertung 3.67/5 Insgesamt 126 Bewertungen
Entwickler https://defcloud.com
Zahlungsart free
Erweiterungswebsite https://defcloud.com
Hilfeseite URL https://defcloud.com/help.html
Unterstützte Sprachen 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"
}