Safe Links Decoder
Display Microsoft Safe Links as the original URLs
Что такое Safe Links Decoder?
Safe Links Decoder - это расширение Chrome, разработанное https://francisyyan.org, и его основная функция - "Display Microsoft Safe Links as the original URLs".
Снимки экрана расширения
Скачать файл CRX расширения Safe Links Decoder
Скачайте файлы расширений 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 |
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 |
Электронная почта | [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" } } } |