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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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:\/\/*\/*"
]
}
]
} | |