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 |
| 官方URL | 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"
} | |