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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Tweet Hunter X: Sidebar for Twitter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
            ]
        }
    ]
}