TRAB - Tweet Reporter And Blocker
Gives you a one-click way to report a tweet as spam and block the creator's account
Τι είναι το TRAB - Tweet Reporter And Blocker;
Το TRAB - Tweet Reporter And Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Gives you a one-click way to report a tweet as spam and block the creator's account".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TRAB - Tweet Reporter And Blocker
Λήψη αρχείων επέκτασης TRAB - Tweet Reporter And Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bahkpblcfiffamfljnfjeablplgnjnkg |
Επίσημο URL | https://chromewebstore.google.com/detail/trab-tweet-reporter-and-b/bahkpblcfiffamfljnfjeablplgnjnkg |
Περιγραφή | Gives you a one-click way to report a tweet as spam and block the creator's account |
Μέγεθος Αρχείου | 35.3 KB |
Αριθμός Εγκαταστάσεων | 15 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2022-02-27 |
Ημερομηνία Δημοσίευσης | 2022-02-26 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |