Safe Links Decoder
Display Microsoft Safe Links as the original URLs
Qu'est-ce que Safe Links Decoder ?
Safe Links Decoder est une extension Chrome développée par https://francisyyan.org, et sa fonction principale est "Display Microsoft Safe Links as the original URLs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Safe Links Decoder
Téléchargez les fichiers d'extension Safe Links Decoder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Safe Links Decoder |
ID | nnkckeohlpjpbideolodcogkghnnpmif |
URL Officiel | https://chromewebstore.google.com/detail/safe-links-decoder/nnkckeohlpjpbideolodcogkghnnpmif |
Description | Display Microsoft Safe Links as the original URLs |
Taille du Fichier | 18.12 KB |
Nombre d'Installations | 143 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-12-28 |
Date de Publication | 2021-03-16 |
Développeur | https://francisyyan.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/francisyyan/safelinks-decoder |
Langues Prises en Charge | 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" } } } |