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
Co to jest Ctrl + A (Select All)?
Ctrl + A (Select All) to rozszerzenie Chrome opracowane przez @iAmTT, a jego główną funkcją jest „Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ctrl + A (Select All)
Pobierz pliki rozszerzeń Ctrl + A (Select All) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Ctrl + A (Select All) |
ID | llkhmcjkflajcgioljbamhcepjgpgibj |
Oficjalny URL | https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj |
Opis | Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet |
Rozmiar pliku | 33.26 KB |
Liczba instalacji | 623 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2018-02-24 |
Data Publikacji | 2018-02-24 |
Ocena | 4.44/5 Łącznie 18 Oceny |
Deweloper | @iAmTT |
Typ Płatności | free |
Obsługiwane Języki | 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" } |