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
O que é Ctrl + A (Select All)?
Ctrl + A (Select All) é uma extensão do Chrome desenvolvida por @iAmTT, e sua principal característica é "Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ctrl + A (Select All)
Baixe arquivos de extensão Ctrl + A (Select All) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Ctrl + A (Select All) |
ID | llkhmcjkflajcgioljbamhcepjgpgibj |
URL Oficial | https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj |
Descrição | Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet |
Tamanho do Arquivo | 33.26 KB |
Contagem de Instalações | 623 |
Versão Atual | 1.5 |
Última Atualização | 2018-02-24 |
Data de Publicação | 2018-02-24 |
Classificação | 4.44/5 Total de 18 Avaliações |
Desenvolvedor | @iAmTT |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |