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) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον @iAmTT, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Ctrl + A (Select All)

Λήψη αρχείων επέκτασης 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"
}