Secure Imgur!

Creates SSL connection to imgur.

Co to jest Secure Imgur!?

Secure Imgur! to rozszerzenie Chrome opracowane przez louisppires, a jego główną funkcją jest „Creates SSL connection to imgur.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Secure Imgur!

Pobierz pliki rozszerzeń Secure Imgur! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Secure Imgur! Secure Imgur!
ID odgheimmfdhcpbajpmlgbajpgcfnimgj
Oficjalny URL https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj
Opis Creates SSL connection to imgur.
Rozmiar pliku 95.01 KB
Liczba instalacji 12
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2014-09-19
Data Publikacji 2014-09-19
Deweloper louisppires
Typ Płatności free
Obsługiwane Języki 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"
    }
}