Block the twitter feed
Remove the feeds from twitter and just leave the search bar
Τι είναι το Block the twitter feed;
Το Block the twitter feed είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TechBore, και η κύρια λειτουργία του είναι "Remove the feeds from twitter and just leave the search bar".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Block the twitter feed
Λήψη αρχείων επέκτασης Block the twitter feed σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Remove the feeds from twitter and just leave the search bar A simple plugin to remove the recommended feeds from twitter to limit distractions and boost your productivity. Feeds removed: - All of the feeds on the right side of the home page (Trending, Who to follow). - Your main feed on the home page. - The Who to Follow feed that is sliced into other people's feed. Changelog: 1.0.0 - Adds initial offering to block unproductive feeds off twitter. Block All the Feeds!!! Support: If you have benefited from this extension, consider buying me a coffee at the following link: buymeacoff.ee/m6nJCHq57
Βασικές Πληροφορίες Επέκτασης
Όνομα | Block the twitter feed |
ID | eoedcdlampccjocbpffoheiiaoinedkm |
Επίσημο URL | https://chromewebstore.google.com/detail/block-the-twitter-feed/eoedcdlampccjocbpffoheiiaoinedkm |
Περιγραφή | Remove the feeds from twitter and just leave the search bar |
Μέγεθος Αρχείου | 6.89 KB |
Αριθμός Εγκαταστάσεων | 211 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2021-01-27 |
Ημερομηνία Δημοσίευσης | 2021-01-27 |
Αξιολόγηση | 4.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | TechBore |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block the twitter feed", "description": "Remove the feeds from twitter and just leave the search bar", "icons": { "128": "icon.png" }, "version": "1.0.0", "permissions": [ "activeTab", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "browser_action": { "default_title": "Remove the twitter feed and trending sections", "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [], "matches": [ "*:\/\/twitter.com\/home*", "*:\/\/www.twitter.com\/home*", "*:\/\/www.twitter.com\/*", "*:\/\/www.twitter.com\/home", "*:\/\/twitter.com\/*", "*:\/\/www.twitter.com\/home" ], "all_frames": true, "run_at": "document_start" } ], "manifest_version": 2 } |