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 là gì?

TRAB - Tweet Reporter And Blocker là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Gives you a one-click way to report a tweet as spam and block the creator's account".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TRAB - Tweet Reporter And Blocker

Tải xuống các tệp mở rộng TRAB - Tweet Reporter And Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TRAB - Tweet Reporter And Blocker TRAB - Tweet Reporter And Blocker
ID bahkpblcfiffamfljnfjeablplgnjnkg
URL Chính Thức https://chromewebstore.google.com/detail/trab-tweet-reporter-and-b/bahkpblcfiffamfljnfjeablplgnjnkg
Mô tả Gives you a one-click way to report a tweet as spam and block the creator's account
Kích Thước Tệp 35.3 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-02-27
Ngày Phát Hành 2022-02-26
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}