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