Tweet Hunter X: Sidebar for Twitter

Stop doomscrolling and start exploring. A browser extension that enhances Twitter and guides you to the best content.

Tweet Hunter X: Sidebar for Twitter क्या है?

Tweet Hunter X: Sidebar for Twitter Tweet Hunter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop doomscrolling and start exploring. A browser extension that enhances Twitter and guides you to the best content."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tweet Hunter X (formerly known as Twemex) is Tweet Hunter’s free companion app that boosts productivity on Twitter.

It integrates smoothly with Twitter to provide you with the best possible experience.

-

Features

✅ Recent Hits: get the top performing tweets from your timeline

✅ Highlights: see anybody’s best tweets for research or inspiration

✅ Conversations: see tweets/replies you had with someone

✅ Quote Tweets: see what people are saying about a tweet


✅ Enhanced search experience: shortcuts and improvements to Twitter’s search experience

💟 AI-powered features (only for Tweet Hunter subscribers) including viral tweet inspiration and AI writing assistant

-

Tweet Hunter X is trusted by over 30,000 people who have a productive approach to Twitter.                    

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

नाम Tweet Hunter X: Sidebar for Twitter Tweet Hunter X: Sidebar for Twitter
ID amoldiondpmjdnllknhklocndiibkcoe
आधिकारिक URL https://chromewebstore.google.com/detail/tweet-hunter-x-sidebar-fo/amoldiondpmjdnllknhklocndiibkcoe
विवरण Stop doomscrolling and start exploring. A browser extension that enhances Twitter and guides you to the best content.
फ़ाइल का आकार 316 KB
स्थापना संख्या 57,794
वर्तमान संस्करण 1.15.2
अंतिम अपडेट 2023-12-24
प्रकाशन तिथि 2021-01-19
रेटिंग 4.33/5 कुल 48 रेटिंग्स
डेवलपर Tweet Hunter
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twemex.app/
सहायता पृष्ठ URL https://ponyexpress.notion.site/Twemex-User-Manual-ce09a397934743d4885d6eefcc588255
गोपनीयता नीति पृष्ठ URL https://tweethunter.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweet Hunter X: Sidebar for Twitter",
    "version": "1.15.2",
    "manifest_version": 3,
    "description": "Stop doomscrolling and start exploring. A browser extension that enhances Twitter and guides you to the best content.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "css": [
                "dist\/content.css"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/",
        "https:\/\/api.twitter.com\/"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "resources": [
                "icons\/*"
            ]
        }
    ]
}