TRAB - Tweet Reporter And Blocker

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

Apa itu TRAB - Tweet Reporter And Blocker?

TRAB - Tweet Reporter And Blocker adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Gives you a one-click way to report a tweet as spam and block the creator's account".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TRAB - Tweet Reporter And Blocker

Unduh file ekstensi TRAB - Tweet Reporter And Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama TRAB - Tweet Reporter And Blocker TRAB - Tweet Reporter And Blocker
ID bahkpblcfiffamfljnfjeablplgnjnkg
URL Resmi https://chromewebstore.google.com/detail/trab-tweet-reporter-and-b/bahkpblcfiffamfljnfjeablplgnjnkg
Deskripsi Gives you a one-click way to report a tweet as spam and block the creator's account
Ukuran File 35.3 KB
Jumlah Instalasi 15
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-02-27
Tanggal Publikasi 2022-02-26
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}