AdsPower Authenticator
2FA codes generator and auto-login manager. Together with the AdsPower browser, this tool makes the Internet a safer place.
Τι είναι το AdsPower Authenticator;
Το AdsPower Authenticator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://adspower.com, και η κύρια λειτουργία του είναι "2FA codes generator and auto-login manager. Together with the AdsPower browser, this tool makes the Internet a safer place.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AdsPower Authenticator
Λήψη αρχείων επέκτασης AdsPower Authenticator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
AdsPower Authenticator makes your login safer and faster. With the help it, you can save all your passwords, fill forms and complete auto-logins. 🌎 Applicable to all websites ● Quickly log in to your account on Facebook, Google, Amazon and other websites. 📟 Generate 2FA verification codes ● For generating 2FA verification codes; TOTP 2FA supported. ● Manage 2FA keys to all websites in one place to avoid losing or forgetting the keys. ⚡️Quick login ● Right-click menu with quick login feature for immediate access to account information. ● Auto-fill in login information, saving the time of manually typing. 🔒Data security ● AES 256 encryption employed to secure user data and avoid password leaks. ● All data are encrypted and stored on local devices, and will never be uploaded to cloud. 👩💻Type-as-human ● Simulate human typing when filling our passwords to avoid detection of copy-and-paste actions.
Βασικές Πληροφορίες Επέκτασης
Όνομα | AdsPower Authenticator |
ID | chcmmdbpbocmnmbhpbjchdgjjhbnfige |
Επίσημο URL | https://chromewebstore.google.com/detail/adspower-authenticator/chcmmdbpbocmnmbhpbjchdgjjhbnfige |
Περιγραφή | 2FA codes generator and auto-login manager. Together with the AdsPower browser, this tool makes the Internet a safer place. |
Μέγεθος Αρχείου | 865 KB |
Αριθμός Εγκαταστάσεων | 409 |
Τρέχουσα Έκδοση | 0.1.7 |
Τελευταία Ενημέρωση | 2024-02-29 |
Ημερομηνία Δημοσίευσης | 2023-10-07 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://adspower.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.adspower.net/?code=cdyhqt&source=authenticator |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.adspower.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en,vi,es,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "version": "0.1.7", "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "action": { "default_title": "__MSG_ext_name__", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus", "cookies" ], "host_permissions": [ "*:\/\/*.adspower.net\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ] } |