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
Apa itu Ctrl + A (Select All)?
Ctrl + A (Select All) adalah ekstensi Chrome yang dikembangkan oleh @iAmTT, dan fitur utamanya adalah "Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ctrl + A (Select All)
Unduh file ekstensi Ctrl + A (Select All) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Ctrl + A (Select All) |
ID | llkhmcjkflajcgioljbamhcepjgpgibj |
URL Resmi | https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj |
Deskripsi | Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet |
Ukuran File | 33.26 KB |
Jumlah Instalasi | 623 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2018-02-24 |
Tanggal Publikasi | 2018-02-24 |
Penilaian | 4.44/5 Total 18 Penilaian |
Pengembang | @iAmTT |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |