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

Hvad er Ctrl + A (Select All)?

Ctrl + A (Select All) er en Chrome-udvidelse udviklet af @iAmTT, og dens hovedfunktion er "Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet".

Udvidelsesskærmbilleder

screenshot

Download Ctrl + A (Select All)-udvidelses-CRX-fil

Download Ctrl + A (Select All)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Ctrl + A (Select All) Ctrl + A (Select All)
ID llkhmcjkflajcgioljbamhcepjgpgibj
Officiel URL https://chromewebstore.google.com/detail/ctrl-+-a-select-all/llkhmcjkflajcgioljbamhcepjgpgibj
Beskrivelse Add a button to RT with with all teamed accounts even with the new TweetDeck update that restricts users to one account per retweet
Filstørrelse 33.26 KB
Antal Installationer 623
Nuværende Version 1.5
Senest Opdateret 2018-02-24
Udgivelsesdato 2018-02-24
Bedømmelse 4.44/5 Samlet 18 Bedømmelser
Udvikler @iAmTT
Betalingsmetode free
Understøttede Sprog 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"
}