Disable Gmail Password Revealer
This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!
Что такое Disable Gmail Password Revealer?
Disable Gmail Password Revealer - это расширение Chrome, разработанное Baghour, и его основная функция - "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!".
Снимки экрана расширения
Скачать файл CRX расширения Disable Gmail Password Revealer
Скачайте файлы расширений Disable Gmail Password Revealer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension hides the "eye symbol" in the right side of the gmail password input, which displays the typed or saved password in google chrome, so your password is never revealed by other users!
Основная информация о расширении
Название | Disable Gmail Password Revealer |
ID | gbdlelamcdcepcgbbkhkooelkcfpkekg |
Официальный URL | https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg |
Описание | This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users! |
Размер файла | 131 KB |
Количество установок | 241 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-06-25 |
Дата публикации | 2020-06-24 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Baghour |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Gmail Password Revealer", "version": "1.0", "description": "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!", "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/*" ], "css": [ "main.css" ] } ], "icons": { "16": "img\/icn-16.png", "32": "img\/icn-32.png", "48": "img\/icn-48.png", "128": "img\/icn-128.png" }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icn-16.png", "32": "img\/icn-32.png", "48": "img\/icn-48.png", "128": "img\/icn-128.png" } }, "manifest_version": 2 } |