Secure Imgur!
Creates SSL connection to imgur.
¿Qué es Secure Imgur!?
Secure Imgur! es una extensión de Chrome desarrollada por louisppires, y su función principal es "Creates SSL connection to imgur.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Secure Imgur!
Descarga archivos de extensión Secure Imgur! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Does your company block the extremely popular Imgur.com image hosting site? Well this might be a solution for you. Most companies blocks the normal http:// version of the image, but they don't block the secured https:// version. So the only thing that this extension does, is redirects to the secure https:// and adds .jpg as an extension. So no more blocking and no more loading extra Imgur website extras, only load the image you require!
Información Básica de la Extensión
Nombre | Secure Imgur! |
ID | odgheimmfdhcpbajpmlgbajpgcfnimgj |
URL Oficial | https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj |
Descripción | Creates SSL connection to imgur. |
Tamaño del Archivo | 95.01 KB |
Cantidad de Instalaciones | 12 |
Versión Actual | 1.3 |
Última Actualización | 2014-09-19 |
Fecha de Publicación | 2014-09-19 |
Desarrollador | louisppires |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secure Imgur!", "short_name": "SecImgur", "version": "1.3", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Creates SSL connection to imgur.", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "tabs" ], "page_action": { "default_icon": "icon.png", "default_title": "Secure Imgur" } } |