TRAB - Tweet Reporter And Blocker

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

Co je TRAB - Tweet Reporter And Blocker?

TRAB - Tweet Reporter And Blocker je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Gives you a one-click way to report a tweet as spam and block the creator's account“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TRAB - Tweet Reporter And Blocker

Stáhněte si soubory rozšíření TRAB - Tweet Reporter And Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název TRAB - Tweet Reporter And Blocker TRAB - Tweet Reporter And Blocker
ID bahkpblcfiffamfljnfjeablplgnjnkg
Oficiální URL https://chromewebstore.google.com/detail/trab-tweet-reporter-and-b/bahkpblcfiffamfljnfjeablplgnjnkg
Popis Gives you a one-click way to report a tweet as spam and block the creator's account
Velikost souboru 35.3 KB
Počet instalací 15
Aktuální Verze 1.0
Poslední Aktualizace 2022-02-27
Datum Vydání 2022-02-26
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Unknown
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}