playauto_chrome_extension

This is a tool which enables the user to automatically logIn into different e-commerce websites.

Что такое playauto_chrome_extension?

playauto_chrome_extension - это расширение Chrome, разработанное Playauto, и его основная функция - "This is a tool which enables the user to automatically logIn into different e-commerce websites.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is a tool which enables the user to automatically log into different e-commerce websites, without having to manually type in the ID/PW fields and clicking the login button.                    

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

Название playauto_chrome_extension playauto_chrome_extension
ID khgfhiclgilifjfblcjfcefbhjlponpm
Официальный URL https://chromewebstore.google.com/detail/playautochromeextension/khgfhiclgilifjfblcjfcefbhjlponpm
Описание This is a tool which enables the user to automatically logIn into different e-commerce websites.
Размер файла 105 KB
Количество установок 15,281
Текущая Версия 0.1.42
Последнее Обновление 2024-02-28
Дата публикации 2023-02-15
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Playauto
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://plto.com
URL страницы политики конфиденциальности https://plto.com/policy/Policy?tabIndex=2
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "playauto_chrome_extension",
    "version": "0.1.42",
    "manifest_version": 3,
    "description": "This is a tool which enables the user to automatically logIn into different e-commerce websites.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/lvh.me:*\/*",
            "*:\/\/*.hirogete.com\/*",
            "*:\/\/*.amazonaws.com\/*",
            "*:\/\/*.playauto.io\/*",
            "*:\/\/*.playauto.co.kr\/*",
            "*:\/\/*.playapi.io\/*",
            "*:\/\/*.playauto.org\/*",
            "*:\/\/*.yolowa.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "manifest.json",
                "scripts\/*",
                "sandbox.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}