Secure All Your Sites with Free SSL

We show you in this course how to secure all of your domains with SSL.

What is Secure All Your Sites with Free SSL?

Secure All Your Sites with Free SSL is a Chrome extension developed by https://crowley.link, and its main feature is "We show you in this course how to secure all of your domains with SSL.".

Extension Screenshots

screenshot

Download Secure All Your Sites with Free SSL Extension CRX File

Download Secure All Your Sites with Free SSL 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 helps you secure all of your sites(domains) with SSL for Free, no more having to pay for a SSL Certificate.  Works with shared hosting sites as well, no need for dedicated IP Address!                    

Extension Basic Information

Name Secure All Your Sites with Free SSL Secure All Your Sites with Free SSL
ID mmhfnbicdljbniliflalldakccclgnfd
Official URL https://chrome.google.com/webstore/detail/secure-all-your-sites-wit/mmhfnbicdljbniliflalldakccclgnfd
Description We show you in this course how to secure all of your domains with SSL.
File Size 78.15 KB
Installation Count 285
Current Version 0.2.1
Last Updated 2021-12-07
Publish Date 2017-08-02
Rating 5.00/5 Total 1 Ratings
Developer https://crowley.link
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://crowley.link/legal
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secure All Your Sites with Free SSL",
    "version": "0.2.1",
    "description": "We show you in this course how to secure all of your domains with SSL.",
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3
}