Simplified Twitter
Remove distractions from the new Twitter layout
Τι είναι το Simplified Twitter;
Το Simplified Twitter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bruno Lemos, και η κύρια λειτουργία του είναι "Remove distractions from the new Twitter layout".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Simplified Twitter
Λήψη αρχείων επέκτασης Simplified Twitter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Improve the Twitter experience by decluttering the layout: No trends column, no giant menu, no distracting elements. Focus on what matters: the tweets. AVAILABLE FOR ALL BROWSERS.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Simplified Twitter |
ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
Επίσημο URL | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
Περιγραφή | Remove distractions from the new Twitter layout |
Μέγεθος Αρχείου | 14.05 KB |
Αριθμός Εγκαταστάσεων | 2,394 |
Τρέχουσα Έκδοση | 1.8.1 |
Τελευταία Ενημέρωση | 2023-11-22 |
Ημερομηνία Δημοσίευσης | 2020-04-25 |
Αξιολόγηση | 4.70/5 Συνολικά 20 Αξιολογήσεις |
Προγραμματιστής | Bruno Lemos |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/brunolemos/simplified-twitter |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/brunolemos/simplified-twitter |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simplified Twitter", "version": "1.8.1", "description": "Remove distractions from the new Twitter layout", "short_name": "Simplified Twitter", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "css": [ "styles.css" ], "js": [ "index.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |