SafeBrowser
View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads
什么是SafeBrowser?
SafeBrowser是由https://defcloud.com开发的Chrome扩展程序,该扩展的主要功能是“View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads”。
扩展截图
下载SafeBrowser扩展crx文件
下载SafeBrowser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | SafeBrowser |
ID | bohffanknhdkpedmpcgephfdgabemfkb |
官方URL | https://chromewebstore.google.com/detail/safebrowser/bohffanknhdkpedmpcgephfdgabemfkb |
简介 | View web pages you're not sure you trust safely. SafeBrowser is an intelligent blocker of javascript, java applets, flash and ads |
文件大小 | 34.2 KB |
安装次数 | 7,081 |
当前版本 | 1.4.1 |
更新时间 | 2015-07-18 |
上架时间 | 2015-07-18 |
评分 | 3.67/5 共126次评分 |
开发者 | https://defcloud.com |
付费类型 | free |
扩展官网 | https://defcloud.com |
帮助页面URL | https://defcloud.com/help.html |
支持的语言 | 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" } |