SafeBrowser

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

Apa itu SafeBrowser?

SafeBrowser adalah ekstensi Chrome yang dikembangkan oleh https://defcloud.com, dan fitur utamanya adalah "View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SafeBrowser

Unduh file ekstensi SafeBrowser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SafeBrowser SafeBrowser
ID bohffanknhdkpedmpcgephfdgabemfkb
URL Resmi https://chromewebstore.google.com/detail/safebrowser/bohffanknhdkpedmpcgephfdgabemfkb
Deskripsi View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads
Ukuran File 34.2 KB
Jumlah Instalasi 7,081
Versi Saat Ini 1.4.1
Terakhir Diperbarui 2015-07-18
Tanggal Publikasi 2015-07-18
Penilaian 3.67/5 Total 126 Penilaian
Pengembang https://defcloud.com
Tipe Pembayaran free
Situs Ekstensi https://defcloud.com
URL Halaman Bantuan https://defcloud.com/help.html
Bahasa yang Didukung 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"
}