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

Was ist Ctrl + A (Select All)?

Ctrl + A (Select All) ist eine Chrome-Erweiterung, die von @iAmTT entwickelt wurde, und ihr Hauptmerkmal ist "Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet".

Erweiterungsscreenshots

screenshot

Ctrl + A (Select All)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ctrl + A (Select All)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ctrl + A (Select All) Ctrl + A (Select All)
ID llkhmcjkflajcgioljbamhcepjgpgibj
Offizielle URL https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj
Beschreibung Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet
Dateigröße 33.26 KB
Installationsanzahl 623
Aktuelle Version 1.5
Letztes Update 2018-02-24
Veröffentlichungsdatum 2018-02-24
Bewertung 4.44/5 Insgesamt 18 Bewertungen
Entwickler @iAmTT
Zahlungsart free
Unterstützte Sprachen 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"
}