UnTwit
Effortlessly un-retweet and unlike tweets with a single click. A great tool to manage your Twitter presence.
Τι είναι το UnTwit;
Το UnTwit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Amin F, και η κύρια λειτουργία του είναι "Effortlessly un-retweet and unlike tweets with a single click. A great tool to manage your Twitter presence.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UnTwit
Λήψη αρχείων επέκτασης UnTwit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Following your recent feedback, I've updated the plugin to now include counts of unliked and unretweeted posts. Additionally, a visual effect has been added to indicate when a button is clicked. Regarding comments about the plugin not working, please note that its functionality depends on Twitter's source code. Occasionally, Twitter updates may affect the plugin's performance. I am committed to updating the plugin regularly to minimize any inconvenience and ensure a smooth user experience. Thank you for your understanding. Please ensure that when you use the 'unlike' feature, you are in the 'Likes' section of your profile, and for the 'unretweet' feature, make sure you are on a page where your retweets are visible. These steps are important for the plugin to function correctly. ---- With UnTwit, you can: Un-retweet: Have you ever wished you could undo multiple retweets in a single click? UnTwit lets you select how many retweets you want to undo, saving you from the tedious process of manually un-retweeting each tweet. Un-like: Over time, we all end up liking a large number of tweets. If you ever want to unlike these in bulk, UnTwit can do it for you. Choose how many likes you wish to remove, and UnTwit will do the rest. Regain control over your Twitter account with UnTwit today. Install the extension and start un-retweeting and un-liking in bulk!
Βασικές Πληροφορίες Επέκτασης
Όνομα | UnTwit |
ID | engelijllgajkheeaciaikocpbeiphkp |
Επίσημο URL | https://chromewebstore.google.com/detail/untwit/engelijllgajkheeaciaikocpbeiphkp |
Περιγραφή | Effortlessly un-retweet and unlike tweets with a single click. A great tool to manage your Twitter presence. |
Μέγεθος Αρχείου | 32.02 KB |
Αριθμός Εγκαταστάσεων | 250 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2024-01-29 |
Ημερομηνία Δημοσίευσης | 2023-07-06 |
Αξιολόγηση | 2.60/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Amin F |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://aminforoutan.com/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UnTwit", "description": "Effortlessly un-retweet and unlike tweets with a single click. A great tool to manage your Twitter presence.", "version": "1.1", "author": "Amin F", "action": { "default_popup": "popup.html", "default_icon": { "128": "untwit-logo.png" } }, "permissions": [ "activeTab" ], "icons": { "128": "untwit-logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content.js" ] } ] } |