playauto_chrome_extension

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

Cos'è playauto_chrome_extension?

playauto_chrome_extension è un'estensione di Chrome sviluppata da Playauto, e la sua funzione principale è "This is a tool which enables the user to automatically logIn into different e-commerce websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione playauto_chrome_extension

Scarica i file di estensione playauto_chrome_extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome playauto_chrome_extension playauto_chrome_extension
ID khgfhiclgilifjfblcjfcefbhjlponpm
URL Ufficiale https://chromewebstore.google.com/detail/playautochromeextension/khgfhiclgilifjfblcjfcefbhjlponpm
Descrizione This is a tool which enables the user to automatically logIn into different e-commerce websites.
Dimensione del File 105 KB
Conteggio Installazioni 15,281
Versione Corrente 0.1.42
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2023-02-15
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Playauto
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://plto.com
URL della Pagina della Politica sulla Privacy https://plto.com/policy/Policy?tabIndex=2
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}