Secure Imgur!

Creates SSL connection to imgur.

Co je Secure Imgur!?

Secure Imgur! je rozšíření Chrome vyvinuté louisppires, a jeho hlavní funkcí je „Creates SSL connection to imgur.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Secure Imgur!

Stáhněte si soubory rozšíření Secure Imgur! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Secure Imgur! Secure Imgur!
ID odgheimmfdhcpbajpmlgbajpgcfnimgj
Oficiální URL https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj
Popis Creates SSL connection to imgur.
Velikost souboru 95.01 KB
Počet instalací 12
Aktuální Verze 1.3
Poslední Aktualizace 2014-09-19
Datum Vydání 2014-09-19
Vývojář louisppires
Typ Platby free
Podporované Jazyky 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"
    }
}