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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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\/*"
]
}
]
} | |