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によって開発されたChromeの拡張機能で、その主な機能は「Stop doomscrolling and start exploring. A browser extension that enhances Twitter and guides you to the best content.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Tweet Hunter X: Sidebar for Twitter拡張機能のCRXファイルをダウンロード

Tweet Hunter X: Sidebar for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
            ]
        }
    ]
}