playauto_chrome_extension

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

Co je playauto_chrome_extension?

playauto_chrome_extension je rozšíření Chrome vyvinuté Playauto, a jeho hlavní funkcí je „This is a tool which enables the user to automatically logIn into different e-commerce websites.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření playauto_chrome_extension

Stáhněte si soubory rozšíření playauto_chrome_extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název playauto_chrome_extension playauto_chrome_extension
ID khgfhiclgilifjfblcjfcefbhjlponpm
Oficiální URL https://chromewebstore.google.com/detail/playautochromeextension/khgfhiclgilifjfblcjfcefbhjlponpm
Popis This is a tool which enables the user to automatically logIn into different e-commerce websites.
Velikost souboru 105 KB
Počet instalací 15,281
Aktuální Verze 0.1.42
Poslední Aktualizace 2024-02-28
Datum Vydání 2023-02-15
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Playauto
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://plto.com
URL Stránky Zásad Ochrany Soukromí https://plto.com/policy/Policy?tabIndex=2
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}