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
¿Qué es Ctrl + A (Select All)?
Ctrl + A (Select All) es una extensión de Chrome desarrollada por @iAmTT, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ctrl + A (Select All)
Descarga archivos de extensión Ctrl + A (Select All) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Ctrl + A (Select All) |
ID | llkhmcjkflajcgioljbamhcepjgpgibj |
URL Oficial | https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj |
Descripción | Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet |
Tamaño del Archivo | 33.26 KB |
Cantidad de Instalaciones | 623 |
Versión Actual | 1.5 |
Última Actualización | 2018-02-24 |
Fecha de Publicación | 2018-02-24 |
Calificación | 4.44/5 Total de 18 Calificaciones |
Desarrollador | @iAmTT |
Tipo de Pago | free |
Idiomas Soportados | 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" } |