Safe Links
This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
Что такое Safe Links?
Safe Links - это расширение Chrome, разработанное Oscar, и его основная функция - "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.".
Снимки экрана расширения
Скачать файл CRX расширения Safe Links
Скачайте файлы расширений Safe Links в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension verifies the links on the websites you visit, preventing your browsing from accidentally clicking on dangerous links. It is the only free link checking app on the chrome web store for detecting malicious links and warning the user of the type of dangerous malware on a website (that actually works and isn't malware itself). Simply click on the app's button "Check for Dangerous Links" on whichever website you wish to check, and it will list all suspicious links.
Основная информация о расширении
Название | Safe Links |
ID | mcfmebiihmdgpmlbadeoncjigcnconfo |
Официальный URL | https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo |
Описание | This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links. |
Размер файла | 35.97 KB |
Количество установок | 64 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2021-08-18 |
Дата публикации | 2021-08-18 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Oscar |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://oscarchungpa.wixsite.com/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Safe Links", "description": "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.", "version": "0.1.0", "manifest_version": 2, "icons": { "16": ".\/safe-link-logo.png", "32": ".\/safe-link-logo.png", "48": ".\/safe-link-logo.png", "128": ".\/safe-link-logo.png" }, "background": { "scripts": [ ".\/background.js" ] }, "options_page": ".\/options.html", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "*:\/\/*\/*" ] } |