Secure Imgur!
Creates SSL connection to imgur.
O que é Secure Imgur!?
Secure Imgur! é uma extensão do Chrome desenvolvida por louisppires, e sua principal característica é "Creates SSL connection to imgur.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Secure Imgur!
Baixe arquivos de extensão Secure Imgur! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Secure Imgur! |
ID | odgheimmfdhcpbajpmlgbajpgcfnimgj |
URL Oficial | https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj |
Descrição | Creates SSL connection to imgur. |
Tamanho do Arquivo | 95.01 KB |
Contagem de Instalações | 12 |
Versão Atual | 1.3 |
Última Atualização | 2014-09-19 |
Data de Publicação | 2014-09-19 |
Desenvolvedor | louisppires |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |