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)は@iAmTTによって開発されたChromeの拡張機能で、その主な機能は「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

Ctrl + A (Select All)拡張機能のCRXファイルをダウンロード

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"
}