TRAB - Tweet Reporter And Blocker

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

Cos'è TRAB - Tweet Reporter And Blocker?

TRAB - Tweet Reporter And Blocker è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Gives you a one-click way to report a tweet as spam and block the creator's account".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TRAB - Tweet Reporter And Blocker

Scarica i file di estensione TRAB - Tweet Reporter And Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TRAB - Tweet Reporter And Blocker TRAB - Tweet Reporter And Blocker
ID bahkpblcfiffamfljnfjeablplgnjnkg
URL Ufficiale https://chromewebstore.google.com/detail/trab-tweet-reporter-and-b/bahkpblcfiffamfljnfjeablplgnjnkg
Descrizione Gives you a one-click way to report a tweet as spam and block the creator's account
Dimensione del File 35.3 KB
Conteggio Installazioni 15
Versione Corrente 1.0
Ultimo Aggiornamento 2022-02-27
Data di Pubblicazione 2022-02-26
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}