Secure Imgur!

Creates SSL connection to imgur.

Secure Imgur! là gì?

Secure Imgur! là một tiện ích mở rộng Chrome được phát triển bởi louisppires, và tính năng chính của nó là "Creates SSL connection to imgur.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Secure Imgur!

Tải xuống các tệp mở rộng Secure Imgur! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Secure Imgur! Secure Imgur!
ID odgheimmfdhcpbajpmlgbajpgcfnimgj
URL Chính Thức https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj
Mô tả Creates SSL connection to imgur.
Kích Thước Tệp 95.01 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2014-09-19
Ngày Phát Hành 2014-09-19
Nhà Phát Triển louisppires
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}