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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}