Multiple Twitter Accounts Switcher for Chrome
Switch between unlimited Twitter accounts on your computer with a single click.
Τι είναι το Multiple Twitter Accounts Switcher for Chrome;
Το Multiple Twitter Accounts Switcher for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://owlead.com, και η κύρια λειτουργία του είναι "Switch between unlimited Twitter accounts on your computer with a single click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Multiple Twitter Accounts Switcher for Chrome
Λήψη αρχείων επέκτασης Multiple Twitter Accounts Switcher for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Multiple Twitter Accounts for Chrome is an extension to switch between multiple logged in Twitter accounts seamlessly. Install the extension, log in on your Twitter accounts and switch when you need it effortlessly. Add as many Twitter accounts as you want on Chrome from your desktop or laptop. Save time preventing going back and forth login in and login out from Twitter. Log in once and manage multiple Twitter accounts. More social media management resources: - Multiple Instagram Accounts Extension (https://chrome.google.com/webstore/detail/multiple-instagram-accoun/paagpgpgiddhamgkfhbkmfakdpheloak) - Twitter Growth Service (https://owlead.com) - Instagram Growth Service (https://owligram.com) Cheers!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Multiple Twitter Accounts Switcher for Chrome |
ID | gajnifmlijakbfmnhnnjplphnehlkfdh |
Επίσημο URL | https://chromewebstore.google.com/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh |
Περιγραφή | Switch between unlimited Twitter accounts on your computer with a single click. |
Μέγεθος Αρχείου | 91.52 KB |
Αριθμός Εγκαταστάσεων | 8,761 |
Τρέχουσα Έκδοση | 1.0.12 |
Τελευταία Ενημέρωση | 2022-05-18 |
Ημερομηνία Δημοσίευσης | 2020-05-14 |
Αξιολόγηση | 2.89/5 Συνολικά 37 Αξιολογήσεις |
Προγραμματιστής | https://owlead.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://owlead.com/multiple-twitter-accounts/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://owlead.com/multiple-twitter-accounts/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://owlead.com/privacy |
Υποστηριζόμενες Γλώσσες | en,es,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.12", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "cookies", "https:\/\/twitter.com\/" ], "browser_action": { "default_popup": "window.html" }, "background": { "scripts": [ "js\/util.js", "js\/background.js" ], "persistent": false }, "icons": { "128": "img\/icon.png" }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_end" } ] } |