Vanilla Timeline for Twitter
For those of us who like Twitter less noisy.
Τι είναι το Vanilla Timeline for Twitter;
Το Vanilla Timeline for Twitter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jacob Pretorius, και η κύρια λειτουργία του είναι "For those of us who like Twitter less noisy.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Vanilla Timeline for Twitter
Λήψη αρχείων επέκτασης Vanilla Timeline for Twitter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Clean up the noise in your Twitter feed. Turn off any or all of these: - Retweets. - Tweets liked by people you follow. - Tweets from people in Twitter "Lists". - Tweets from "Related accounts". - Promoted Tweets. - Trending hashtags. You can also allow specific Twitter accounts to bypass these checks. Current supported Twitter interface languages: - English. - Portuguese. This extension does not access, store, track, or collect any of your data whatsoever. There are no analytics data or cookies used. This extension is in no way endorsed by Twitter, or associated with Twitter, Inc. in any way. You can see all of the code for this extension on GitHub: https://github.com/jacobpretorius/Vanilla-Timeline
Βασικές Πληροφορίες Επέκτασης
Όνομα | Vanilla Timeline for Twitter |
ID | igolfhjmmmclfcjjfmafbghjeelmafij |
Επίσημο URL | https://chromewebstore.google.com/detail/vanilla-timeline-for-twit/igolfhjmmmclfcjjfmafbghjeelmafij |
Περιγραφή | For those of us who like Twitter less noisy. |
Μέγεθος Αρχείου | 563 KB |
Αριθμός Εγκαταστάσεων | 82 |
Τρέχουσα Έκδοση | 1.10.0 |
Τελευταία Ενημέρωση | 2023-07-12 |
Ημερομηνία Δημοσίευσης | 2020-03-20 |
Προγραμματιστής | Jacob Pretorius |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://projects.jcpretorius.com/vanilla-timeline |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/jacobpretorius/Vanilla-Timeline |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "VanillaTimeline.js", "Localization.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "permissions": [ "storage" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "name": "Vanilla Timeline for Twitter", "version": "1.10.0", "author": "Jacob Pretorius", "description": "For those of us who like Twitter less noisy.", "homepage_url": "https:\/\/projects.jcpretorius.com\/vanilla-timeline", "manifest_version": 3, "options_page": "settings.html" } |