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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة playauto_chrome_extension
قم بتنزيل ملفات الامتداد playauto_chrome_extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة سياسة الخصوصية | 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:\/\/*\/*" ] } ] } |