Warn Insecure Redirection

To protect your privacy, this extension warns you if a URL looks to be a redirection URL and does not use HTTPS.

Warn Insecure Redirection là gì?

Warn Insecure Redirection là một tiện ích mở rộng Chrome được phát triển bởi em_te, và tính năng chính của nó là "To protect your privacy, this extension warns you if a URL looks to be a redirection URL and does not use HTTPS.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Warn Insecure Redirection

Tải xuống các tệp mở rộng Warn Insecure Redirection 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

                        If you visit a link that appears to simply be a redirection link and that link is not loaded over HTTPS, it will expose the redirection link to potential snoopers.

For example, if you visit:

http://www.example.com/redirect?goto=https://www.paypal.me/ashleymadison/100USD

Notice the HTTP in "http://www.example.com" means it is insecure.

Since example.com is NOT loaded over HTTPS, everyone on the Internet will know that you intend to visit the Paypal website to send money to Ashley Madison. Even though the Paypal website will be loaded over HTTPS, your intention will already be exposed by visiting example.com over an insecure connection.

This extension will catch these potential problems and give you the option to:

1. Try loading example.com over HTTPS
2. Visit Paypal directly over HTTPS
3. Continue with the insecure link

This extension will also "ping" the root page ("/") at example.com over HTTPS to see if it is accessible and if so, will automatically navigate to the example.com page over HTTPS.

It will also "ping" the root page at paypal.me over HTTPS to determine if it is accessible and will add a tick or cross, so that you can decide whether you want to go directly to it.                    

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

Tên Warn Insecure Redirection Warn Insecure Redirection
ID fplmjaknobdeikmjibdclegiibbapmha
URL Chính Thức https://chromewebstore.google.com/detail/warn-insecure-redirection/fplmjaknobdeikmjibdclegiibbapmha
Mô tả To protect your privacy, this extension warns you if a URL looks to be a redirection URL and does not use HTTPS.
Kích Thước Tệp 25.33 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2020-08-20
Ngày Phát Hành 2020-07-11
Nhà Phát Triển em_te
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://em-te.github.io/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "Terry",
    "version": "0.1.7",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "38": "icon_38.png",
        "48": "icon_48.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.htm"
    },
    "web_accessible_resources": [
        "redir.htm"
    ]
}