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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |