Twitter Ad Blocker
Block Twitter ads and annoying UI elements.
Τι είναι το Twitter Ad Blocker;
Το Twitter Ad Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον devdevdev808, και η κύρια λειτουργία του είναι "Block Twitter ads and annoying UI elements.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitter Ad Blocker
Λήψη αρχείων επέκτασης Twitter Ad Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Twitter Ad Blocker hides Promoted tweets, What's happening, Who to follow, Messages drawer and Topics to follow sections. Focus on tweets instead of irrelevant ads, people, news and topics. Enjoy Twitter as it was intended! We don't collect any information about you. This extension is open source, the code can be found here: https://github.com/pashakhomchenko/TwitterAdBlocker If you have suggestions on how to improve Twitter Ad Blocker, email me at [email protected] or create a new issue here: https://github.com/pashakhomchenko/TwitterAdBlocker/issues
Βασικές Πληροφορίες Επέκτασης
Όνομα | Twitter Ad Blocker |
ID | dhlbmiajajiiploeagcijnmnfiphgmdc |
Επίσημο URL | https://chromewebstore.google.com/detail/twitter-ad-blocker/dhlbmiajajiiploeagcijnmnfiphgmdc |
Περιγραφή | Block Twitter ads and annoying UI elements. |
Μέγεθος Αρχείου | 170 KB |
Αριθμός Εγκαταστάσεων | 473 |
Τρέχουσα Έκδοση | 0.0.6 |
Τελευταία Ενημέρωση | 2022-12-15 |
Ημερομηνία Δημοσίευσης | 2022-09-08 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | devdevdev808 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/pashakhomchenko/TwitterAdBlocker |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/pashakhomchenko/TwitterAdBlocker/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Ad Blocker", "version": "0.0.6", "description": "Block Twitter ads and annoying UI elements.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png", "512": "images\/icon-512.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } } } |