Secure Imgur!

Creates SSL connection to imgur.

Vad är Secure Imgur!?

Secure Imgur! är en Chrome-tillägg utvecklad av louisppires, och dess huvudfunktion är "Creates SSL connection to imgur.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Secure Imgur!-förlängningens CRX-fil

Ladda ner Secure Imgur!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Secure Imgur! Secure Imgur!
ID odgheimmfdhcpbajpmlgbajpgcfnimgj
Officiell webbadress https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj
Beskrivning Creates SSL connection to imgur.
Filstorlek 95.01 KB
Antal Installationer 12
Aktuell Version 1.3
Senast Uppdaterad 2014-09-19
Publiceringsdatum 2014-09-19
Utvecklare louisppires
Betalningssätt free
Stödda Språk 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"
    }
}