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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
]
} | |