The Ad Blocker for X.com (Twitter)
Hide ads and promoted tweets to make X.com (Twitter) less noisy
Τι είναι το The Ad Blocker for X.com (Twitter);
Το The Ad Blocker for X.com (Twitter) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alexey Ryzhkov, και η κύρια λειτουργία του είναι "Hide ads and promoted tweets to make X.com (Twitter) less noisy".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The Ad Blocker for X.com (Twitter)
Λήψη αρχείων επέκτασης The Ad Blocker for X.com (Twitter) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a fee ad blocker for X.com (formerly known as Twitter). It hides all ads and other needless stuff to make X.com (Twitter) less noisy. It provides the cleanest UI. There won't be any more ads, promoted tweets, "Discover more" tweets, "Who to follow" tweets, and others. "Trending" section is hidden by default, and its visibility can be changed on the options page. Unlike other similar extensions this one doesn't rely on you scrolling to block dynamic ads, but hides them the moment they're added to the page, so that you won't even notice them. Supported languages: English.
Βασικές Πληροφορίες Επέκτασης
Όνομα | The Ad Blocker for X.com (Twitter) |
ID | eeiplahcoljpdmmdofhdhinjkeammchg |
Επίσημο URL | https://chromewebstore.google.com/detail/the-ad-blocker-for-xcom-t/eeiplahcoljpdmmdofhdhinjkeammchg |
Περιγραφή | Hide ads and promoted tweets to make X.com (Twitter) less noisy |
Μέγεθος Αρχείου | 18.83 KB |
Αριθμός Εγκαταστάσεων | 74 |
Τρέχουσα Έκδοση | 1.3.5 |
Τελευταία Ενημέρωση | 2023-12-14 |
Ημερομηνία Δημοσίευσης | 2023-10-05 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Alexey Ryzhkov |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/aliocharyzhkov/twitter_cleaner |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "The Ad Blocker for X.com (Twitter)", "version": "1.3.5", "short_name": "Twitter Ad blocker", "description": "Hide ads and promoted tweets to make X.com (Twitter) less noisy", "icons": { "16": "\/icons\/logo16.png", "32": "\/icons\/logo32.png", "48": "\/icons\/logo48.png", "128": "\/icons\/logo128.png" }, "author": "Alexey Ryzhkov", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "scripts\/block_noise.js" ] } ], "homepage_url": "https:\/\/github.com\/aliocharyzhkov\/twitter_cleaner", "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "permissions": [ "storage" ] } |