Secure Imgur!
Creates SSL connection to imgur.
Qu'est-ce que Secure Imgur! ?
Secure Imgur! est une extension Chrome développée par louisppires, et sa fonction principale est "Creates SSL connection to imgur.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Secure Imgur!
Téléchargez les fichiers d'extension Secure Imgur! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Secure Imgur! |
ID | odgheimmfdhcpbajpmlgbajpgcfnimgj |
URL Officiel | https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj |
Description | Creates SSL connection to imgur. |
Taille du Fichier | 95.01 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2014-09-19 |
Date de Publication | 2014-09-19 |
Développeur | louisppires |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |