SafeLock
A SafeLock gives you a blue sky
What is SafeLock?
SafeLock is a Chrome extension developed by https://www.trustocean.com, and its main feature is "A SafeLock gives you a blue sky".
Extension Screenshots
Download SafeLock Extension CRX File
Download SafeLock 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
A SafeLock gives you a blue sky, SafeLock can protect many websites with Internal HSTS policy, and protect you with HTTPS and SSL Encryption!
Extension Basic Information
Name | |
ID | mdnpinkiplpiehcephfnbcenjdcmneje |
Official URL | https://chromewebstore.google.com/detail/safelock/mdnpinkiplpiehcephfnbcenjdcmneje |
Description | A SafeLock gives you a blue sky |
File Size | 16.34 KB |
Installation Count | 27 |
Current Version | 1.0.2 |
Last Updated | 2017-10-15 |
Publish Date | 2017-10-15 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://www.trustocean.com |
Payment Type | free |
Extension Website | https://safelock.trustocean.com/ |
Help Page URL | https://safelock.trustocean.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SafeLock", "version": "1.0.2", "description": "A SafeLock gives you a blue sky", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.trustocean.com\/*", "https:\/\/*\/*", "http:\/\/*\/*" ] } |