1-click blocker for Twitter
Block users on Twitter in one click instead of 3.
什麼是1-click blocker for Twitter?
1-click blocker for Twitter是由dara_tobi開發的Chrome擴展程式,該擴展的主要功能是“Block users on Twitter in one click instead of 3.”。
擴展截圖
下載1-click blocker for Twitter擴展crx文件
下載1-click blocker for Twitter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension modifies Twitter by adding a block button to each Tweet. The block button that is added enables a user to block the owner of the Tweet in one click instead of the usual 3 clicks (1. open tweet menu, 2. click block user, 3. confirm block)
You can now block users from ANYWHERE! There's now a block button on the list of users on the Likes, followers, and reposts pages. This is a universal 1-click solution to your Twitter blocking problems. 擴展基本資訊
| 名稱 | |
| ID | clhbjgbdocpldiobndgnlijdcmpppkhl |
| 官方網址 | https://chromewebstore.google.com/detail/1-click-blocker-for-twitt/clhbjgbdocpldiobndgnlijdcmpppkhl |
| 簡介 | Block users on Twitter in one click instead of 3. |
| 檔案大小 | 11.77 KB |
| 安裝次數 | 937 |
| 目前版本 | 1.0.6 |
| 更新時間 | 2024-03-04 |
| 上架時間 | 2023-03-26 |
| 評分 | 4.73/5 共 22 次評分 |
| 開發者 | dara_tobi |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://twitter.com/dara_tobi |
| 說明頁面URL | https://twitter.com/dara_tobi |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Dara Oladosu",
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/twitter.com\/*"
],
"js": [
"index.js"
]
}
],
"description": "Block users on Twitter in one click instead of 3.",
"icons": {
"48": "images\/one-click-blocker.png"
},
"manifest_version": 3,
"name": "1-click blocker for Twitter",
"offline_enabled": true,
"short_name": "Twitter 1-click blocker",
"version": "1.0.6"
} | |