Twitter Unlike All
Unlike every tweet on Twitter for FREE
Τι είναι το Twitter Unlike All;
Το Twitter Unlike All είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hamlab.dev, και η κύρια λειτουργία του είναι "Unlike every tweet on Twitter for FREE".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitter Unlike All
Λήψη αρχείων επέκτασης Twitter Unlike All σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Unlike every tweet that you've previously liked on Twitter for FREE. Get started: - Go to your 'Likes' page (twitter.com/{twitterHandle}/likes) - Start the extension - Automatically, tweets will be unliked. - Press stop at any time NOTE - The extension might cease to function if you are jumping browser tabs, it's best to keep the the tab open and active whilst the extension is running. You can in the meantime open up another instance of Chrome or use other browsers so that you can keep on using your computer. Note: This software is not endorsed or in anyway associated with Twitter and you should use with caution as we take no responsibility for any problems encountered by using this tool. Privacy: This software does not record or store any of your data. Donate: If you found this product useful, please consider a small donation - https://hamlab.dev/donate
Βασικές Πληροφορίες Επέκτασης
Όνομα | Twitter Unlike All |
ID | ginpbollfdbbmlmehccedhcnpdmjgjek |
Επίσημο URL | https://chromewebstore.google.com/detail/twitter-unlike-all/ginpbollfdbbmlmehccedhcnpdmjgjek |
Περιγραφή | Unlike every tweet on Twitter for FREE |
Μέγεθος Αρχείου | 43.66 KB |
Αριθμός Εγκαταστάσεων | 4,521 |
Τρέχουσα Έκδοση | 1.03 |
Τελευταία Ενημέρωση | 2020-07-22 |
Ημερομηνία Δημοσίευσης | 2020-06-06 |
Αξιολόγηση | 3.40/5 Συνολικά 15 Αξιολογήσεις |
Προγραμματιστής | https://hamlab.dev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://hamlab.dev/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://hamlab.dev/twitter-unlike-all |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Unlike All", "version": "1.03", "description": "Unlike every tweet on Twitter for FREE", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "web_accessible_resources": [ "images\/*" ], "manifest_version": 2 } |