Cleaner Twitter
Make Twitter UI cleaner by removing annoying pieces.
Τι είναι το Cleaner Twitter;
Το Cleaner Twitter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kenny_1291, και η κύρια λειτουργία του είναι "Make Twitter UI cleaner by removing annoying pieces.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cleaner Twitter
Λήψη αρχείων επέκτασης Cleaner Twitter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With this extension you can hide annoying Twitter UI pieces. *FEATURES* - Predefined rules - Modify and add custom CSS rules - Predefined rules updates (no extension update required) Source code: https://github.com/Kenny1291/cleaner-twitter
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cleaner Twitter |
ID | iplodopmopkmkpblangcjomcdfiidneo |
Επίσημο URL | https://chromewebstore.google.com/detail/cleaner-twitter/iplodopmopkmkpblangcjomcdfiidneo |
Περιγραφή | Make Twitter UI cleaner by removing annoying pieces. |
Μέγεθος Αρχείου | 197 KB |
Αριθμός Εγκαταστάσεων | 27 |
Τρέχουσα Έκδοση | 0.3.2 |
Τελευταία Ενημέρωση | 2024-02-05 |
Ημερομηνία Δημοσίευσης | 2023-05-01 |
Προγραμματιστής | Kenny_1291 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Kenny1291/cleaner-twitter |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cleaner Twitter", "description": "Make Twitter UI cleaner by removing annoying pieces.", "version": "0.3.2", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "webNavigation" ], "background": { "service_worker": "service_workers\/background.js", "type": "module" }, "options_page": "options\/options.html", "web_accessible_resources": [ { "matches": [ " |