Safe Links Decoder
Display Microsoft Safe Links as the original URLs
¿Qué es Safe Links Decoder?
Safe Links Decoder es una extensión de Chrome desarrollada por https://francisyyan.org, y su función principal es "Display Microsoft Safe Links as the original URLs".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Safe Links Decoder
Descarga archivos de extensión Safe Links Decoder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Safe Links Decoder |
ID | nnkckeohlpjpbideolodcogkghnnpmif |
URL Oficial | https://chromewebstore.google.com/detail/safe-links-decoder/nnkckeohlpjpbideolodcogkghnnpmif |
Descripción | Display Microsoft Safe Links as the original URLs |
Tamaño del Archivo | 18.12 KB |
Cantidad de Instalaciones | 143 |
Versión Actual | 1.2 |
Última Actualización | 2022-12-28 |
Fecha de Publicación | 2021-03-16 |
Desarrollador | https://francisyyan.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/francisyyan/safelinks-decoder |
Idiomas Soportados | 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" } } } |