playauto_chrome_extension

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

Qu'est-ce que playauto_chrome_extension ?

playauto_chrome_extension est une extension Chrome développée par Playauto, et sa fonction principale est "This is a tool which enables the user to automatically logIn into different e-commerce websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension playauto_chrome_extension

Téléchargez les fichiers d'extension playauto_chrome_extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom playauto_chrome_extension playauto_chrome_extension
ID khgfhiclgilifjfblcjfcefbhjlponpm
URL Officiel https://chromewebstore.google.com/detail/playautochromeextension/khgfhiclgilifjfblcjfcefbhjlponpm
Description This is a tool which enables the user to automatically logIn into different e-commerce websites.
Taille du Fichier 105 KB
Nombre d'Installations 15,281
Version Actuelle 0.1.42
Dernière Mise à Jour 2024-02-28
Date de Publication 2023-02-15
Évaluation 5.00/5 Total 5 Évaluations
Développeur Playauto
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://plto.com
URL de la Page de Politique de Confidentialité https://plto.com/policy/Policy?tabIndex=2
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}