Secure Imgur!

Creates SSL connection to imgur.

Hvad er Secure Imgur!?

Secure Imgur! er en Chrome-udvidelse udviklet af louisppires, og dens hovedfunktion er "Creates SSL connection to imgur.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Secure Imgur!-udvidelses-CRX-fil

Download Secure Imgur!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Secure Imgur! Secure Imgur!
ID odgheimmfdhcpbajpmlgbajpgcfnimgj
Officiel URL https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj
Beskrivelse Creates SSL connection to imgur.
Filstørrelse 95.01 KB
Antal Installationer 12
Nuværende Version 1.3
Senest Opdateret 2014-09-19
Udgivelsesdato 2014-09-19
Udvikler louisppires
Betalingsmetode free
Understøttede Sprog 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"
    }
}