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
官方網址 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"
}