playauto_chrome_extension

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

playauto_chrome_extension là gì?

playauto_chrome_extension là một tiện ích mở rộng Chrome được phát triển bởi Playauto, và tính năng chính của nó là "This is a tool which enables the user to automatically logIn into different e-commerce websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng playauto_chrome_extension

Tải xuống các tệp mở rộng playauto_chrome_extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên playauto_chrome_extension playauto_chrome_extension
ID khgfhiclgilifjfblcjfcefbhjlponpm
URL Chính Thức https://chromewebstore.google.com/detail/playautochromeextension/khgfhiclgilifjfblcjfcefbhjlponpm
Mô tả This is a tool which enables the user to automatically logIn into different e-commerce websites.
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 15,281
Phiên Bản Hiện Tại 0.1.42
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2023-02-15
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Playauto
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://plto.com
URL Trang Chính Sách Bảo Mật https://plto.com/policy/Policy?tabIndex=2
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}