Twitter Blue Banisher
Hide tweets from blue checks
Twitter Blue Banisherとは何ですか?
Twitter Blue Banisherはbee.dev.stuffによって開発されたChromeの拡張機能で、その主な機能は「Hide tweets from blue checks」です。
拡張機能のスクリーンショット
Twitter Blue Banisher拡張機能のCRXファイルをダウンロード
Twitter Blue Banisher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Twitter Blue Banisher |
ID | dencdohfadgmbjmgappgkfggkbjfhecm |
公式URL | https://chromewebstore.google.com/detail/twitter-blue-banisher/dencdohfadgmbjmgappgkfggkbjfhecm |
説明 | Hide tweets from blue checks |
ファイルサイズ | 21.1 KB |
インストール数 | 116 |
現在のバージョン | 1.2 |
最終更新日 | 2023-04-30 |
公開日 | 2023-04-26 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | bee.dev.stuff |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |