Password revealer

A plugin to reveal passwords on a page.

Что такое Password revealer?

Password revealer - это расширение Chrome, разработанное giangi.ces, и его основная функция - "A plugin to reveal passwords on a page.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Password revealer

Скачайте файлы расширений Password revealer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This plugin reveals the passwords on the page it's invoked on. The plugin does not have access to your passwords nor store them in any way.                    

Основная информация о расширении

Название Password revealer Password revealer
ID abbolcekgiodpdnlilkihklmengfhege
Официальный URL https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege
Описание A plugin to reveal passwords on a page.
Размер файла 18.46 KB
Количество установок 22
Текущая Версия 0.0.1
Последнее Обновление 2018-08-07
Дата публикации 2018-08-07
Разработчик giangi.ces
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password revealer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A plugin to reveal passwords on a page.",
    "homepage_url": "https:\/\/loudsrl.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "48": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "browser_action": {
        "default_title": "Reveal!"
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}