Quoted Replies

See Quotes on Twitter in one click instead of Two.

Τι είναι το Quoted Replies;

Το Quoted Replies είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dara_tobi, και η κύρια λειτουργία του είναι "See Quotes on Twitter in one click instead of Two.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Quoted Replies

Λήψη αρχείων επέκτασης Quoted Replies σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The original, best way to see Quote Tweets on Twitter.

You get a control panel where you can choose which quotes to see.

With this control panel, you may filter quote tweets by whether or not they contain images and/or videos. You may choose to only see quote tweets that have likes and/or retweets above any threshold you prefer. You may also choose to see both the quote tweets and the regular comments for a tweet in the same place. You may opt to see just the quote tweets from the people you follow, and/or quote tweets from verified users. And finally, you can choose to see only the quote tweets that contain and/or don't contain certain words.

To view the Quote Tweets for any Tweet, click on 'Q' among the icons at the bottom of the Tweet.

For suggestions or complaints, mention @dara_tobi on Twitter.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Quoted Replies Quoted Replies
ID gclkmaikpmlbiighmcliinfiahlfjfbf
Επίσημο URL https://chromewebstore.google.com/detail/quoted-replies/gclkmaikpmlbiighmcliinfiahlfjfbf
Περιγραφή See Quotes on Twitter in one click instead of Two.
Μέγεθος Αρχείου 20.25 KB
Αριθμός Εγκαταστάσεων 2,090
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2024-01-07
Ημερομηνία Δημοσίευσης 2020-02-20
Αξιολόγηση 3.13/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής dara_tobi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "scripts\/utility.js",
                "scripts\/controls.js",
                "scripts\/index.js"
            ],
            "css": [
                "styles\/index.css"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "description": "See Quotes on Twitter in one click instead of Two.",
    "icons": {
        "48": "icons\/opaque-logo.png"
    },
    "manifest_version": 3,
    "name": "Quoted Replies",
    "short_name": "Quoted Replies",
    "version": "1.0.6"
}