Hide Twitter views.
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Τι είναι το Hide Twitter views.;
Το Hide Twitter views. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον charies, και η κύρια λειτουργία του είναι "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hide Twitter views.
Λήψη αρχείων επέκτασης Hide Twitter views. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gbojcaianddcdcmagaeciibaonmmgaeg |
Επίσημο URL | https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg |
Περιγραφή | Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets. |
Μέγεθος Αρχείου | 15.58 KB |
Αριθμός Εγκαταστάσεων | 253 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2022-12-27 |
Ημερομηνία Δημοσίευσης | 2022-12-27 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | charies |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter views.", "version": "1.0", "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.", "action": { "default_popup": "html\/index.html", "default_icon": "images\/icon.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |