Ctrl + A (Select All)
Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet
Cos'è Ctrl + A (Select All)?
Ctrl + A (Select All) è un'estensione di Chrome sviluppata da @iAmTT, e la sua funzione principale è "Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ctrl + A (Select All)
Scarica i file di estensione Ctrl + A (Select All) 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
Update: Allows users to select and retweet with all teamed accounts even with the new TweetDeck update that restricts you to one account per retweet. How To Use: 1) Click the "Add To Chrome" button at the top right corner of this description 2) Navigate to the TweetDeck website (if previously signed in, refresh the page) 3) Click the retweet button and you'll find a "Retweet All" button at the bottom of accounts 4) Click the "Retweet All" button 5) All done
Informazioni di Base sull'Estensione
Nome | Ctrl + A (Select All) |
ID | llkhmcjkflajcgioljbamhcepjgpgibj |
URL Ufficiale | https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj |
Descrizione | Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet |
Dimensione del File | 33.26 KB |
Conteggio Installazioni | 623 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2018-02-24 |
Data di Pubblicazione | 2018-02-24 |
Valutazione | 4.44/5 Totale 18 Valutazioni |
Sviluppatore | @iAmTT |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery.min.js", "run.js" ], "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "run_at": "document_end" } ], "description": "Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet", "manifest_version": 2, "name": "Ctrl + A (Select All)", "permissions": [ "*:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5" } |