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
Ctrl + A (Select All) là gì?
Ctrl + A (Select All) là một tiện ích mở rộng Chrome được phát triển bởi @iAmTT, và tính năng chính của nó là "Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ctrl + A (Select All)
Tải xuống các tệp mở rộng Ctrl + A (Select All) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ctrl + A (Select All) |
ID | llkhmcjkflajcgioljbamhcepjgpgibj |
URL Chính Thức | https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj |
Mô tả | Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet |
Kích Thước Tệp | 33.26 KB |
Số Lần Cài Đặt | 623 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2018-02-24 |
Ngày Phát Hành | 2018-02-24 |
Đánh Giá | 4.44/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | @iAmTT |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |