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はPlayautoによって開発されたChromeの拡張機能で、その主な機能は「This is a tool which enables the user to automatically logIn into different e-commerce websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

playauto_chrome_extension拡張機能のCRXファイルをダウンロード

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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}