Return Twitter Bird
Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
Τι είναι το Return Twitter Bird;
Το Return Twitter Bird είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Luis Ángel Herrero, και η κύρια λειτουργία του είναι "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Return Twitter Bird
Λήψη αρχείων επέκτασης Return Twitter Bird σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
We have all seen the Twitter logo thousands of times, and seeing it suddenly change to an X can be hard for many of us. That's why I've created this extension, which allows you to bring back that little blue bird we held so dear. Made with love by @lahdiezz.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Return Twitter Bird |
ID | mdhfblgojkmlpoodcamfebfglifbcilh |
Επίσημο URL | https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh |
Περιγραφή | Extension to restore the iconic Twitter logo, for those who think the X looks tacky. |
Μέγεθος Αρχείου | 8.28 KB |
Αριθμός Εγκαταστάσεων | 171 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2023-07-27 |
Ημερομηνία Δημοσίευσης | 2023-07-26 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Luis Ángel Herrero |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Return Twitter Bird", "version": "1.1", "description": "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/x.com\/*" ], "css": [ "styles.css" ] } ] } |