SSL Checker

See all information about current visited website SSL certificate

What is SSL Checker?

SSL Checker is a Chrome extension developed by mastaleru.rafael, and its main feature is "See all information about current visited website SSL certificate".

Extension Screenshots

screenshot
screenshot

Download SSL Checker Extension CRX File

Download SSL Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is using sslchecker.com to give information about the current active tab SSL certification.                    

Extension Basic Information

Name SSL Checker SSL Checker
ID nbanpljakngdndmmekhogfliinegiapb
Official URL https://chromewebstore.google.com/detail/ssl-checker/nbanpljakngdndmmekhogfliinegiapb
Description See all information about current visited website SSL certificate
File Size 87.32 KB
Installation Count 6,682
Current Version 0.3
Last Updated 2018-04-16
Publish Date 2018-04-16
Rating 4.07/5 Total 15 Ratings
Developer mastaleru.rafael
Payment Type free
Privacy Policy Page URL https://plusprivacy.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SSL Checker",
    "description": "See all information about current visited website SSL certificate ",
    "version": "0.3",
    "browser_action": {
        "default_icon": "ssl32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ssl16.png",
        "32": "ssl32.png",
        "48": "ssl48.png",
        "128": "ssl128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.sslchecker.com\/"
    ]
}