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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TRAB - Tweet Reporter And Blocker

قم بتنزيل ملفات الامتداد TRAB - Tweet Reporter And Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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
}