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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Playauto และคุณลักษณะหลักของมันคือ "This is a tool which enables the user to automatically logIn into different e-commerce websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย playauto_chrome_extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:\/\/*\/*"
            ]
        }
    ]
}