Secure Imgur!
Creates SSL connection to imgur.
Wat is Secure Imgur!?
Secure Imgur! is een Chrome-extensie ontwikkeld door louisppires, en de belangrijkste functie is "Creates SSL connection to imgur.".
Extensie Screenshots
Download het CRX-bestand van de extensie Secure Imgur!
Download Secure Imgur!-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
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!
Basisinformatie over de Extensie
Naam | Secure Imgur! |
ID | odgheimmfdhcpbajpmlgbajpgcfnimgj |
Officiële URL | https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj |
Beschrijving | Creates SSL connection to imgur. |
Bestandsgrootte | 95.01 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2014-09-19 |
Publicatiedatum | 2014-09-19 |
Ontwikkelaar | louisppires |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |