Safe Links Decoder
Display Microsoft Safe Links as the original URLs
O que é Safe Links Decoder?
Safe Links Decoder é uma extensão do Chrome desenvolvida por https://francisyyan.org, e sua principal característica é "Display Microsoft Safe Links as the original URLs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Safe Links Decoder
Baixe arquivos de extensão Safe Links Decoder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Safe Links Decoder |
ID | nnkckeohlpjpbideolodcogkghnnpmif |
URL Oficial | https://chromewebstore.google.com/detail/safe-links-decoder/nnkckeohlpjpbideolodcogkghnnpmif |
Descrição | Display Microsoft Safe Links as the original URLs |
Tamanho do Arquivo | 18.12 KB |
Contagem de Instalações | 143 |
Versão Atual | 1.2 |
Última Atualização | 2022-12-28 |
Data de Publicação | 2021-03-16 |
Desenvolvedor | https://francisyyan.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/francisyyan/safelinks-decoder |
Idiomas Suportados | 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" } } } |