SafeLock
A SafeLock gives you a blue sky
什么是SafeLock?
SafeLock是由https://www.trustocean.com开发的Chrome扩展程序,该扩展的主要功能是“A SafeLock gives you a blue sky”。
扩展截图
下载SafeLock扩展crx文件
下载SafeLock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A SafeLock gives you a blue sky, SafeLock can protect many websites with Internal HSTS policy, and protect you with HTTPS and SSL Encryption!
扩展基本信息
名称 | |
ID | mdnpinkiplpiehcephfnbcenjdcmneje |
官方URL | https://chromewebstore.google.com/detail/safelock/mdnpinkiplpiehcephfnbcenjdcmneje |
简介 | A SafeLock gives you a blue sky |
文件大小 | 16.34 KB |
安装次数 | 27 |
当前版本 | 1.0.2 |
更新时间 | 2017-10-15 |
上架时间 | 2017-10-15 |
评分 | 4.67/5 共3次评分 |
开发者 | https://www.trustocean.com |
付费类型 | free |
扩展官网 | https://safelock.trustocean.com/ |
帮助页面URL | https://safelock.trustocean.com/ |
支持的语言 | 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:\/\/*\/*" ] } |