Secure Imgur!
Creates SSL connection to imgur.
ما هو Secure Imgur!؟
Secure Imgur! هو إضافة Chrome تم تطويرها بواسطة louisppires، والميزة الرئيسية لها هي "Creates SSL connection to imgur.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Secure Imgur!
قم بتنزيل ملفات الامتداد Secure Imgur! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | Secure Imgur! |
ID | odgheimmfdhcpbajpmlgbajpgcfnimgj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj |
الوصف | Creates SSL connection to imgur. |
حجم الملف | 95.01 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 1.3 |
آخر تحديث | 2014-09-19 |
تاريخ النشر | 2014-09-19 |
المطور | louisppires |
نوع الدفع | free |
اللغات المدعومة | 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" } } |