TRAB - Tweet Reporter And Blocker

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

Qu'est-ce que TRAB - Tweet Reporter And Blocker ?

TRAB - Tweet Reporter And Blocker est une extension Chrome développée par Unknown, et sa fonction principale est "Gives you a one-click way to report a tweet as spam and block the creator's account".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TRAB - Tweet Reporter And Blocker

Téléchargez les fichiers d'extension TRAB - Tweet Reporter And Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TRAB - Tweet Reporter And Blocker TRAB - Tweet Reporter And Blocker
ID bahkpblcfiffamfljnfjeablplgnjnkg
URL Officiel https://chromewebstore.google.com/detail/trab-tweet-reporter-and-b/bahkpblcfiffamfljnfjeablplgnjnkg
Description Gives you a one-click way to report a tweet as spam and block the creator's account
Taille du Fichier 35.3 KB
Nombre d'Installations 15
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-27
Date de Publication 2022-02-26
Évaluation 1.00/5 Total 1 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}