SafeLock
A SafeLock gives you a blue sky
Wat is SafeLock?
SafeLock is een Chrome-extensie ontwikkeld door https://www.trustocean.com, en de belangrijkste functie is "A SafeLock gives you a blue sky".
Extensie Screenshots
Download het CRX-bestand van de extensie SafeLock
Download SafeLock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A SafeLock gives you a blue sky, SafeLock can protect many websites with Internal HSTS policy, and protect you with HTTPS and SSL Encryption!
Basisinformatie over de Extensie
Naam | |
ID | mdnpinkiplpiehcephfnbcenjdcmneje |
Officiële URL | https://chromewebstore.google.com/detail/safelock/mdnpinkiplpiehcephfnbcenjdcmneje |
Beschrijving | A SafeLock gives you a blue sky |
Bestandsgrootte | 16.34 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2017-10-15 |
Publicatiedatum | 2017-10-15 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.trustocean.com |
Betalingswijze | free |
Extensiewebsite | https://safelock.trustocean.com/ |
Help Pagina-URL | https://safelock.trustocean.com/ |
Ondersteunde Talen | 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:\/\/*\/*" ] } |