Multiple Twitter Accounts Switcher for Chrome
Switch between unlimited Twitter accounts on your computer with a single click.
Cos'è Multiple Twitter Accounts Switcher for Chrome?
Multiple Twitter Accounts Switcher for Chrome è un'estensione di Chrome sviluppata da https://owlead.com, e la sua funzione principale è "Switch between unlimited Twitter accounts on your computer with a single click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Multiple Twitter Accounts Switcher for Chrome
Scarica i file di estensione Multiple Twitter Accounts Switcher for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Multiple Twitter Accounts Switcher for Chrome |
ID | gajnifmlijakbfmnhnnjplphnehlkfdh |
URL Ufficiale | https://chromewebstore.google.com/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh |
Descrizione | Switch between unlimited Twitter accounts on your computer with a single click. |
Dimensione del File | 91.52 KB |
Conteggio Installazioni | 8,761 |
Versione Corrente | 1.0.12 |
Ultimo Aggiornamento | 2022-05-18 |
Data di Pubblicazione | 2020-05-14 |
Valutazione | 2.89/5 Totale 37 Valutazioni |
Sviluppatore | https://owlead.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://owlead.com/multiple-twitter-accounts/ |
URL della Pagina di Aiuto | https://owlead.com/multiple-twitter-accounts/ |
URL della Pagina della Politica sulla Privacy | https://owlead.com/privacy |
Lingue Supportate | 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" } ] } |