Secure Imgur!
Creates SSL connection to imgur.
Apa itu Secure Imgur!?
Secure Imgur! adalah ekstensi Chrome yang dikembangkan oleh louisppires, dan fitur utamanya adalah "Creates SSL connection to imgur.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Secure Imgur!
Unduh file ekstensi Secure Imgur! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Secure Imgur! |
ID | odgheimmfdhcpbajpmlgbajpgcfnimgj |
URL Resmi | https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj |
Deskripsi | Creates SSL connection to imgur. |
Ukuran File | 95.01 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2014-09-19 |
Tanggal Publikasi | 2014-09-19 |
Pengembang | louisppires |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |