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)?

Ctrl + A (Select All) - это расширение Chrome, разработанное @iAmTT, и его основная функция - "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

Скачать файл CRX расширения Ctrl + A (Select All)

Скачайте файлы расширений Ctrl + A (Select All) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Ctrl + A (Select All) Ctrl + A (Select All)
ID llkhmcjkflajcgioljbamhcepjgpgibj
Официальный URL https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj
Описание Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet
Размер файла 33.26 KB
Количество установок 623
Текущая Версия 1.5
Последнее Обновление 2018-02-24
Дата публикации 2018-02-24
Рейтинг 4.44/5 Всего 18 оценок
Разработчик @iAmTT
Тип оплаты free
Поддерживаемые языки 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"
}