playauto_chrome_extension
This is a tool which enables the user to automatically logIn into different e-commerce websites.
Was ist playauto_chrome_extension?
playauto_chrome_extension ist eine Chrome-Erweiterung, die von Playauto entwickelt wurde, und ihr Hauptmerkmal ist "This is a tool which enables the user to automatically logIn into different e-commerce websites.".
Erweiterungsscreenshots
playauto_chrome_extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie playauto_chrome_extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | khgfhiclgilifjfblcjfcefbhjlponpm |
| Offizielle URL | https://chromewebstore.google.com/detail/playautochromeextension/khgfhiclgilifjfblcjfcefbhjlponpm |
| Beschreibung | This is a tool which enables the user to automatically logIn into different e-commerce websites. |
| Dateigröße | 105 KB |
| Installationsanzahl | 15,281 |
| Aktuelle Version | 0.1.42 |
| Letztes Update | 2024-02-28 |
| Veröffentlichungsdatum | 2023-02-15 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | Playauto |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://plto.com |
| URL der Datenschutzrichtlinien-Seite | https://plto.com/policy/Policy?tabIndex=2 |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
}
]
} | |