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 |
官方網址 | 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:\/\/*\/*" ] } ] } |