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.”。
扩展截图
下载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 |
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:\/\/*\/*" ] } ] } |