Blue Blocker
Blocks all Twitter Blue verified users on twitter.com
Τι είναι το Blue Blocker;
Το Blue Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Liquid Nitrogen, και η κύρια λειτουργία του είναι "Blocks all Twitter Blue verified users on twitter.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Blue Blocker
Λήψη αρχείων επέκτασης Blue Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Just install and say goodbye to all the paid blue checkmarks! By default, Blue Blocker does not block users you follow or follow you who have purchased Twitter Blue. You can change this and other settings from the extension context menu found by clicking the extension icon in your browser's toolbar. Features: - Internal queue allows users to be blocked in the background without hitting twitter's API limits - Avoid blocking celebs and influencers who were given Twitter Blue against their will - Block anyone that promotes a tweet and supports this nightmare platform - Change the speed users are blocked to avoid API limits - Sync between tabs means that you can have dozens of tabs open without needing to worry - Simple settings menu, skip blocking people you follow or even affiliates - Feel bad about blocking? You can mute instead! - Optional messages tell you who you've blocked and even allow you to unblock them- and flag them to not be blocked again - Supports every major location tweets show up - Search Results - Tweet replies and threads - For You and your home timeline - User Pages - Optionally also block users with NFT avatars Endorsed by @dril! Support or contribute to Blue Blocker's development on GitHub: https://github.com/kheina-com/Blue-Blocker
Βασικές Πληροφορίες Επέκτασης
Όνομα | Blue Blocker |
ID | jgpjphkbfjhlbajmmcoknjjppoamhpmm |
Επίσημο URL | https://chromewebstore.google.com/detail/blue-blocker/jgpjphkbfjhlbajmmcoknjjppoamhpmm |
Περιγραφή | Blocks all Twitter Blue verified users on twitter.com |
Μέγεθος Αρχείου | 112 KB |
Αριθμός Εγκαταστάσεων | 25,675 |
Τρέχουσα Έκδοση | 0.3.5 |
Τελευταία Ενημέρωση | 2024-01-23 |
Ημερομηνία Δημοσίευσης | 2022-11-13 |
Αξιολόγηση | 4.36/5 Συνολικά 123 Αξιολογήσεις |
Προγραμματιστής | Liquid Nitrogen |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/kheina-com/Blue-Blocker |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blue Blocker", "description": "Blocks all Twitter Blue verified users on twitter.com", "version": "0.3.5", "manifest_version": 3, "icons": { "128": "icon\/icon-128.png" }, "action": { "default_popup": "src\/popup\/index.html", "default_icon": "icon\/icon.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-dbdd324b.fb98325d.js" ], "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*" ] } ], "permissions": [ "storage", "unlimitedStorage" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*" ], "resources": [ "src\/injected\/*", "icon\/*" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*" ], "resources": [ "assets\/chunk-0ffb5ea2.js", "assets\/chunk-f03e43a7.js", "assets\/chunk-2cbbcead.js", "assets\/chunk-23fedbb7.js", "assets\/chunk-dbdd324b.js" ], "use_dynamic_url": true } ] } |