Tweetors
Twitter extension to follow your mentor and their tweets
Τι είναι το Tweetors;
Το Tweetors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hamza Husein, και η κύρια λειτουργία του είναι "Twitter extension to follow your mentor and their tweets".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tweetors
Λήψη αρχείων επέκτασης Tweetors σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Have you been missing out on tweets by your favorite content creator / mentor, because of the Twitter algorithm? Then look no further than Tweetors! Tweetors uses the publicly available Twitter API v2 to allow users to easily add their preferred users and always fetch their latest tweet. You can do all of this without even having an existing Twitter account, its that easy and simple! With Tweetors, you always have access to your followed users, just simply search for the user in the search field provided, add them to your list! You can also easily visit their profile page and delete the user from your list! All a one step process. Once users have been added, you can open the Tweets tab and view all the latest tweets! You can even explore the tweet, which will open the specific tweet in a new tab! How to use Tweetors? Step 1: Signup/Login with your email and password, or even use the guest credentials! Step 2: Add your preferred Twitter users to the list, using their twitter username (Without the '@') Step 3: Check out the latest tweets, and even open the tweet in a new tab. Like what I create? Support me here: https://www.buymeacoffee.com/hamzahusein Follow me on Twitter: https://twitter.com/itshamhere
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tweetors |
ID | dbmaadekfclglpjgamoimffccbenifib |
Επίσημο URL | https://chromewebstore.google.com/detail/tweetors/dbmaadekfclglpjgamoimffccbenifib |
Περιγραφή | Twitter extension to follow your mentor and their tweets |
Μέγεθος Αρχείου | 1.16 MB |
Αριθμός Εγκαταστάσεων | 22 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2022-05-24 |
Ημερομηνία Δημοσίευσης | 2022-01-02 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Hamza Husein |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tweetors", "description": "Twitter extension to follow your mentor and their tweets", "author": "Hamza Husein", "version": "1.2.1", "action": { "default_icon": "icons.png", "default_popup": "index.html", "default_title": "Open Tweetors" }, "icons": { "16": "icons.png", "48": "icons.png", "128": "icons.png" } } |