Safer Redirects

This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.

Safer Redirects là gì?

Safer Redirects là một tiện ích mở rộng Chrome được phát triển bởi Michael Brodmann, và tính năng chính của nó là "This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.".

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

screenshot
screenshot
screenshot

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

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

                        This extension was created to mitigate threats like XSS or CSRF using an url shortener service. This extension will prompt you with the target url of the shortened url before the redirect occurs. You then can choice if you want to proceed or cancel the redirect.                    

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

Tên Safer Redirects Safer Redirects
ID ecejaaoknpcjfheoejampbickooodnna
URL Chính Thức https://chromewebstore.google.com/detail/safer-redirects/ecejaaoknpcjfheoejampbickooodnna
Mô tả This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.
Kích Thước Tệp 9.92 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-07-04
Ngày Phát Hành 2016-07-04
Đánh Giá 3.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Michael Brodmann
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Safer Redirects",
    "description": "This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.",
    "version": "1.0",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}