Safe Links Decoder

Display Microsoft Safe Links as the original URLs

Safe Links Decoder là gì?

Safe Links Decoder là một tiện ích mở rộng Chrome được phát triển bởi https://francisyyan.org, và tính năng chính của nó là "Display Microsoft Safe Links as the original URLs".

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

screenshot
screenshot

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

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

                        Click on this extension's icon to decode and display Microsoft Safe Links as their original URLs, making the links easier to read without sacrificing the security benefits provided by Safe Links.

Specifically, this extension only affects the appearance of Safe Links (by replacing the "innerText" property of  tags). It does not alter the actual addresses that Safe Links redirect to (i.e., the "href" attribute remains unchanged).

To ensure the safety and privacy of users, the source code for this extension can be reviewed at https://github.com/francisyyan/safelinks-decoder.                    

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

Tên Safe Links Decoder Safe Links Decoder
ID nnkckeohlpjpbideolodcogkghnnpmif
URL Chính Thức https://chromewebstore.google.com/detail/safe-links-decoder/nnkckeohlpjpbideolodcogkghnnpmif
Mô tả Display Microsoft Safe Links as the original URLs
Kích Thước Tệp 18.12 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-12-28
Ngày Phát Hành 2021-03-16
Nhà Phát Triển https://francisyyan.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/francisyyan/safelinks-decoder
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Links Decoder",
    "description": "Display Microsoft Safe Links as the original URLs",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    }
}