Safe Links Decoder
Display Microsoft Safe Links as the original URLs
Was ist Safe Links Decoder?
Safe Links Decoder ist eine Chrome-Erweiterung, die von https://francisyyan.org entwickelt wurde, und ihr Hauptmerkmal ist "Display Microsoft Safe Links as the original URLs".
Erweiterungsscreenshots
Safe Links Decoder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Safe Links Decoder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Safe Links Decoder |
ID | nnkckeohlpjpbideolodcogkghnnpmif |
Offizielle URL | https://chromewebstore.google.com/detail/safe-links-decoder/nnkckeohlpjpbideolodcogkghnnpmif |
Beschreibung | Display Microsoft Safe Links as the original URLs |
Dateigröße | 18.12 KB |
Installationsanzahl | 143 |
Aktuelle Version | 1.2 |
Letztes Update | 2022-12-28 |
Veröffentlichungsdatum | 2021-03-16 |
Entwickler | https://francisyyan.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/francisyyan/safelinks-decoder |
Unterstützte Sprachen | 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" } } } |