Secure Imgur!
Creates SSL connection to imgur.
Was ist Secure Imgur!?
Secure Imgur! ist eine Chrome-Erweiterung, die von louisppires entwickelt wurde, und ihr Hauptmerkmal ist "Creates SSL connection to imgur.".
Erweiterungsscreenshots
Secure Imgur!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Secure Imgur!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Secure Imgur! |
ID | odgheimmfdhcpbajpmlgbajpgcfnimgj |
Offizielle URL | https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj |
Beschreibung | Creates SSL connection to imgur. |
Dateigröße | 95.01 KB |
Installationsanzahl | 12 |
Aktuelle Version | 1.3 |
Letztes Update | 2014-09-19 |
Veröffentlichungsdatum | 2014-09-19 |
Entwickler | louisppires |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |