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
What is Ctrl + A (Select All)?
Ctrl + A (Select All) is a Chrome extension developed by @iAmTT, and its main feature is "Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet".
Extension Screenshots
Download Ctrl + A (Select All) Extension CRX File
Download Ctrl + A (Select All) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Ctrl + A (Select All) |
ID | llkhmcjkflajcgioljbamhcepjgpgibj |
Official URL | 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 |
File Size | 33.26 KB |
Installation Count | 623 |
Current Version | 1.5 |
Last Updated | 2018-02-24 |
Publish Date | 2018-02-24 |
Rating | 4.44/5 Total 18 Ratings |
Developer | @iAmTT |
Payment Type | free |
Supported Languages | 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" } |