TRAB - Tweet Reporter And Blocker

Gives you a one-click way to report a tweet as spam and block the creator's account

Co to jest TRAB - Tweet Reporter And Blocker?

TRAB - Tweet Reporter And Blocker to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Gives you a one-click way to report a tweet as spam and block the creator's account”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TRAB - Tweet Reporter And Blocker

Pobierz pliki rozszerzeń TRAB - Tweet Reporter And Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa TRAB - Tweet Reporter And Blocker TRAB - Tweet Reporter And Blocker
ID bahkpblcfiffamfljnfjeablplgnjnkg
Oficjalny URL https://chromewebstore.google.com/detail/trab-tweet-reporter-and-b/bahkpblcfiffamfljnfjeablplgnjnkg
Opis Gives you a one-click way to report a tweet as spam and block the creator's account
Rozmiar pliku 35.3 KB
Liczba instalacji 15
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-02-27
Data Publikacji 2022-02-26
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Unknown
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}