Ninja Account

Ninja Account helps you being free on the web

Что такое Ninja Account?

Ninja Account - это расширение Chrome, разработанное heyhothatiscool, и его основная функция - "Ninja Account helps you being free on the web".

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

screenshot

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

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

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

                        Ninja Account enables quick, automatic and seamless subscription to various kind of websites. It handles generating various information (firstname, lastname, address...), a password and a temporary email address (to retrieve mails to confirm subscription).

Once you have used the application to subscribe to a website, the account is persisted in local storage to enable future logging.                    

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

Название Ninja Account Ninja Account
ID opejinbmchlfkhelhaeepfnmliphkfic
Официальный URL https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic
Описание Ninja Account helps you being free on the web
Размер файла 1.21 MB
Количество установок 34
Текущая Версия 0.0.2
Последнее Обновление 2017-08-25
Дата публикации 2017-08-25
Рейтинг 5.00/5 Всего 2 оценок
Разработчик heyhothatiscool
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ninja Account",
    "description": "Ninja Account helps you being free on the web",
    "version": "0.0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "ninja-content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "assets\/icon_16x16.png",
        "default_popup": "ninja.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}