Twitter Advanced Search

Advanced Search Queries: Easily construct detailed search queries using multiple parameters such as specific words, tweets from a…

Twitter Advanced Search क्या है?

Twitter Advanced Search imsonibharat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Advanced Search Queries: Easily construct detailed search queries using multiple parameters such as specific words, tweets from a…"।

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

screenshot

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

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

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

                        Advanced Search Queries: Easily construct detailed search queries using multiple parameters such as specific words, tweets from a particular account, minimum likes, and date ranges. This allows for more refined and targeted search results.

Automatic URL Detection: When browsing Twitter, the extension intelligently detects Twitter usernames from the active tab's URL. This feature is particularly useful for quickly setting up searches related to the Twitter profile you're currently viewing.

Dark Mode Support: The extension automatically adapts to your preferred theme, offering a dark mode that is easy on the eyes, especially during night-time browsing.

Local Storage for Search History: Frequently used search parameters, especially Twitter usernames, are conveniently stored and easily accessible, saving you time on repeated searches.                    

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

नाम Twitter Advanced Search Twitter Advanced Search
ID ngglldgjkjekfbmbfpankdmmknabbgmp
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-advanced-search/ngglldgjkjekfbmbfpankdmmknabbgmp
विवरण Advanced Search Queries: Easily construct detailed search queries using multiple parameters such as specific words, tweets from a…
फ़ाइल का आकार 33.91 KB
स्थापना संख्या 46
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2024-01-30
प्रकाशन तिथि 2024-01-04
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर imsonibharat
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://privacy.sonigeez.tech
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Advanced Search",
    "version": "1.1.3.0",
    "version_name": "1.1.3",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "public\/icons\/icon16.png",
        "32": "public\/icons\/icon32.png",
        "48": "public\/icons\/icon48.png",
        "128": "public\/icons\/icon128.png"
    }
}