TRAB - Tweet Reporter And Blocker
Gives you a one-click way to report a tweet as spam and block the creator's account
什么是TRAB - Tweet Reporter And Blocker?
TRAB - Tweet Reporter And Blocker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Gives you a one-click way to report a tweet as spam and block the creator's account”。
扩展截图
下载TRAB - Tweet Reporter And Blocker扩展crx文件
下载TRAB - Tweet Reporter And Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Inspired by this tweet: https://twitter.com/paulg/status/1496549841912094733 This chrome extension gives Twitter users a convenient way to do two things with a single click: (a) Block the tweet creator, and (b) Report the tweet as spam
扩展基本信息
名称 | |
ID | bahkpblcfiffamfljnfjeablplgnjnkg |
官方URL | https://chromewebstore.google.com/detail/trab-tweet-reporter-and-b/bahkpblcfiffamfljnfjeablplgnjnkg |
简介 | Gives you a one-click way to report a tweet as spam and block the creator's account |
文件大小 | 35.3 KB |
安装次数 | 15 |
当前版本 | 1.0 |
更新时间 | 2022-02-27 |
上架时间 | 2022-02-26 |
评分 | 1.00/5 共1次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TRAB - Tweet Reporter And Blocker", "description": "Gives you a one-click way to report a tweet as spam and block the creator's account", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_start", "js": [ "jquery-3.6.0.min.js", "script.js" ], "css": [ "style.css" ] } ], "manifest_version": 3 } |