BlueLiteBlocker
Filter tweets from Twitter Blue users without having to block or mute them.
BlueLiteBlockerとは何ですか?
BlueLiteBlockerはMalwareTechによって開発されたChromeの拡張機能で、その主な機能は「Filter tweets from Twitter Blue users without having to block or mute them.」です。
拡張機能のスクリーンショット
BlueLiteBlocker拡張機能のCRXファイルをダウンロード
BlueLiteBlocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hide tweets from Twitter Blue users you don't follow without needing to mute or block them.
Customizable to allow tweets from accounts with more than a set number of followers.
Follow @BlueLiteBlocker on Twitter for Updates/Support. 拡張機能の基本情報
| 名前 | |
| ID | gimbefnamedicgajjballjjhanhnpjce |
| 公式URL | https://chromewebstore.google.com/detail/blueliteblocker/gimbefnamedicgajjballjjhanhnpjce |
| 説明 | Filter tweets from Twitter Blue users without having to block or mute them. |
| ファイルサイズ | 39.73 KB |
| インストール数 | 3,766 |
| 現在のバージョン | 0.0.0.9 |
| 最終更新日 | 2023-05-23 |
| 公開日 | 2023-04-26 |
| 評価 | 4.92/5 合計 36 レビュー |
| 開発者 | MalwareTech |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/BlueLiteBlocker/BlueLiteBlocker |
| ヘルプページのURL | https://github.com/BlueLiteBlocker/BlueLiteBlocker/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "BlueLiteBlocker",
"version": "0.0.0.9",
"description": "Filter tweets from Twitter Blue users without having to block or mute them.",
"icons": {
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
},
"options_ui": {
"page": "settings.html",
"browser_style": true
},
"action": {
"default_area": "navbar",
"default_icon": {
"128": "icons\/logo-128.png"
},
"default_popup": "settings.html"
},
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "57.0"
}
},
"web_accessible_resources": [
{
"resources": [
"xhr_hook.js"
],
"matches": [
"*:\/\/*.twitter.com\/*"
]
}
],
"background": {
"service_worker": "extension.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*"
],
"run_at": "document_start",
"js": [
"injector.js"
]
}
]
} | |