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'est-ce que Ctrl + A (Select All) ?
Ctrl + A (Select All) est une extension Chrome développée par @iAmTT, et sa fonction principale est "Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ctrl + A (Select All)
Téléchargez les fichiers d'extension Ctrl + A (Select All) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Ctrl + A (Select All) |
ID | llkhmcjkflajcgioljbamhcepjgpgibj |
URL Officiel | https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj |
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 |
Taille du Fichier | 33.26 KB |
Nombre d'Installations | 623 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2018-02-24 |
Date de Publication | 2018-02-24 |
Évaluation | 4.44/5 Total 18 Évaluations |
Développeur | @iAmTT |
Type de Paiement | free |
Langues Prises en Charge | 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" } |