Tweep: Distinguish b/w Blue & Verified Users

Differentiate Between Actual Verified Accounts and Twitter Blue Users.

ما هو Tweep: Distinguish b/w Blue & Verified Users؟

Tweep: Distinguish b/w Blue & Verified Users هو إضافة Chrome تم تطويرها بواسطة SageMod، والميزة الرئيسية لها هي "Differentiate Between Actual Verified Accounts and Twitter Blue Users.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Tweep: Distinguish b/w Blue & Verified Users

قم بتنزيل ملفات الامتداد Tweep: Distinguish b/w Blue & Verified Users بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        - Differentiate between Actual Verified Accounts and Twitter Blue Users.

Tweep can help you tell apart between Twitter Blue users and Actual Verified accounts.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
We do not collect any personal data.

Stay in touch:
Follow us on Twitter: https://twitter.com/ravensmove                    

معلومات أساسية عن التمديد

الاسم Tweep: Distinguish b/w Blue & Verified Users Tweep: Distinguish b/w Blue & Verified Users
ID okkffkdigahdnmlmkiimkhgbifioicgh
عنوان URL الرسمي https://chromewebstore.google.com/detail/tweep-distinguish-bw-blue/okkffkdigahdnmlmkiimkhgbifioicgh
الوصف Differentiate Between Actual Verified Accounts and Twitter Blue Users.
حجم الملف 224 KB
عدد التثبيتات 65
النسخة الحالية 1.0.1
آخر تحديث 2022-11-16
تاريخ النشر 2022-11-15
المطور SageMod
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://ravensmove.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweep: Distinguish b\/w Blue & Verified Users",
    "description": "Differentiate Between Actual Verified Accounts and Twitter Blue Users.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectCustomScript.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Tweep: Distinguish b\/w Blue & Verified Users",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}