Twitter Blue Banisher
Hide tweets from blue checks
What is Twitter Blue Banisher?
Twitter Blue Banisher is a Chrome extension developed by bee.dev.stuff, and its main feature is "Hide tweets from blue checks".
Extension Screenshots
Download Twitter Blue Banisher Extension CRX File
Download Twitter Blue Banisher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Creates a button that gives you the option to hide all the (bad) replies from Twitter Blue subscribers. Super lightweight DOM modification extension. Free to use, none of your data will ever be collected. Note: Requires user to be logged in to Twitter for use.
Extension Basic Information
Name | Twitter Blue Banisher |
ID | dencdohfadgmbjmgappgkfggkbjfhecm |
Official URL | https://chromewebstore.google.com/detail/twitter-blue-banisher/dencdohfadgmbjmgappgkfggkbjfhecm |
Description | Hide tweets from blue checks |
File Size | 21.1 KB |
Installation Count | 116 |
Current Version | 1.2 |
Last Updated | 2023-04-30 |
Publish Date | 2023-04-26 |
Rating | 2.00/5 Total 1 Ratings |
Developer | bee.dev.stuff |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Blue Banisher", "description": "Hide tweets from blue checks", "manifest_version": 3, "version": "1.2", "background": { "service_worker": "background.js" }, "action": { "default_icon": "banish_64.png" }, "icons": { "16": "banish_16.png", "32": "banish_32.png", "48": "banish_64.png", "128": "banish_128.png" }, "permissions": [ "scripting", "activeTab" ] } |