Quoted Replies

See Quotes on Twitter in one click instead of Two.

Quoted Replies क्या है?

Quoted Replies dara_tobi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See Quotes on Twitter in one click instead of Two."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quoted Replies एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}