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はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Gives you a one-click way to report a tweet as spam and block the creator's account」です。

拡張機能のスクリーンショット

screenshot

TRAB - Tweet Reporter And Blocker拡張機能のCRXファイルをダウンロード

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                    

拡張機能の基本情報

名前 TRAB - Tweet Reporter And Blocker TRAB - Tweet Reporter And Blocker
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
Eメール [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
}