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 - это расширение Chrome, разработанное Unknown, и его основная функция - "Gives you a one-click way to report a tweet as spam and block the creator's account".
Снимки экрана расширения
Скачать файл CRX расширения TRAB - Tweet Reporter And Blocker
Скачайте файлы расширений 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 } |