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 je Ctrl + A (Select All)?

Ctrl + A (Select All) je rozšíření Chrome vyvinuté @iAmTT, a jeho hlavní funkcí je „Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ctrl + A (Select All)

Stáhněte si soubory rozšíření Ctrl + A (Select All) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Ctrl + A (Select All) Ctrl + A (Select All)
ID llkhmcjkflajcgioljbamhcepjgpgibj
Oficiální URL https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj
Popis Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet
Velikost souboru 33.26 KB
Počet instalací 623
Aktuální Verze 1.5
Poslední Aktualizace 2018-02-24
Datum Vydání 2018-02-24
Hodnocení 4.44/5 Celkem 18 Hodnocení
Vývojář @iAmTT
Typ Platby free
Podporované Jazyky 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"
}