Safe Links Decoder

Display Microsoft Safe Links as the original URLs

Safe Links Decoderとは何ですか?

Safe Links Decoderはhttps://francisyyan.orgによって開発されたChromeの拡張機能で、その主な機能は「Display Microsoft Safe Links as the original URLs」です。

拡張機能のスクリーンショット

screenshot
screenshot

Safe Links Decoder拡張機能のCRXファイルをダウンロード

Safe Links Decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Safe Links Decoder Safe Links Decoder
ID nnkckeohlpjpbideolodcogkghnnpmif
公式URL https://chromewebstore.google.com/detail/safe-links-decoder/nnkckeohlpjpbideolodcogkghnnpmif
説明 Display Microsoft Safe Links as the original URLs
ファイルサイズ 18.12 KB
インストール数 143
現在のバージョン 1.2
最終更新日 2022-12-28
公開日 2021-03-16
開発者 https://francisyyan.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/francisyyan/safelinks-decoder
対応言語 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"
        }
    }
}