Twitter Hot Search

Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…

Twitter Hot Search क्या है?

Twitter Hot Search komcdo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…"।

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

screenshot

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

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

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

                        Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options requires knowledge of specific formatting. This extension seeks to bring the advanced search features to your fingertips.

For "enhanced user protection" this extension also prevents searching for tweets from Kathy Griffin.                    

एक्सटेंशन की मूल जानकारी

नाम Twitter Hot Search Twitter Hot Search
ID ekoaomnfnljoemgcledgdbgpjdibeifj
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-hot-search/ekoaomnfnljoemgcledgdbgpjdibeifj
विवरण Twitter's Advanced Search user interface is not intuitive to get to. Additionally to manually type in the advanced search options…
फ़ाइल का आकार 250 KB
स्थापना संख्या 344
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-12-12
प्रकाशन तिथि 2022-12-04
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर komcdo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Hot Search",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}