Stopbleed

Displays a warning if the site you are browsing is affected by the Heartbleed bug (Official Release)

Stopbleedคืออะไร?

Stopbleed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tony Alves และคุณลักษณะหลักของมันคือ "Displays a warning if the site you are browsing is affected by the Heartbleed bug (Official Release)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stopbleed

ดาวน์โหลดไฟล์ส่วนขยาย Stopbleed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is an official mirror of the original Chromebleed Extension.
I am a major developer of the Chromebleed Extension. Permissions needed have been improved.  The code is open source and you can see that no private information is being accessed.

Displays a warning if the site you are browsing is affected by the Heartbleed bug.

NEW in version 2.2.3:
Fixed Notifications (Chrome 35.x)
Lower permissions needed!
Depricated search page injection:
Use Heartbleed Search for a better option with multiple search engines.

Read about certificate checking here: 
https://filippo.io/Heartbleed/faq.html#falsesense

Test Site (by Cloud Flare)
https://www.cloudflarechallenge.com/heartbleed

Earlier Fixes:
Fix status icon on popup change.
Starts check once url is "loading".
Updates the icon for the tab you are on.
Will only show one notification per tab change or focus.
Allows user to set whether to see all notifications. Switching off will only show vulnerable sites.

--
Many HTTPS-secured sites on the internet use OpenSSL. Unfortunately, a major vulnerability in OpenSSL was disclosed - known as the Heartbleed bug - yesterday that put hundreds of thousands of servers at risk of compromise. 

Whilst some servers have been patched already, many remain that have not been patched. Stopbleed & Chromebleed use a web service developed by Filippo Valsorda and checks the URL of the page you have just loaded. This extension does not check the site from your location, but uses a service to check the domain you are browsing. If it is affected by Heartbleed, then a Chrome notification will be displayed. It's as simple as that!


Please note that, in some jurisdictions, site testing can only be carried out with the express permission of the site owner. Please check what the law says in your local area before proceeding to download this extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stopbleed Stopbleed
ID okdekadbjjhbnlmldheinccioijofhgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stopbleed/okdekadbjjhbnlmldheinccioijofhgc
คำอธิบาย Displays a warning if the site you are browsing is affected by the Heartbleed bug (Official Release)
ขนาดไฟล์ 132 KB
จำนวนการติดตั้ง 708
เวอร์ชันปัจจุบัน 2.2.3
อัปเดตครั้งล่าสุด 2014-05-28
วันที่เผยแพร่ 2014-05-28
คะแนน 4.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Tony Alves
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://stopbleed.github.io/chromebleed/
URL หน้าช่วยเหลือ http://chromebleed.uservoice.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stopbleed",
    "description": "Displays a warning if the site you are browsing is affected by the Heartbleed bug (Official Release)",
    "version": "2.2.3",
    "permissions": [
        "notifications",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "js": "js\/background.min.js"
    },
    "web_accessible_resources": [
        "images\/icon128.png",
        "images\/logo-ok128.png",
        "images\/logo-err128.png"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Stopbleed 2.2.3",
        "default_popup": "popup.html"
    }
}