Real Twitter Verifier

Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts

ما هو Real Twitter Verifier؟

Real Twitter Verifier هو إضافة Chrome تم تطويرها بواسطة easytwitterverifies، والميزة الرئيسية لها هي "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts".

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

screenshot

تحميل ملف CRX للإضافة Real Twitter Verifier

قم بتنزيل ملفات الامتداد Real Twitter Verifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Twitter is all over the internet these days and everyone can get an access to verify their account with paid blue check. With the help of this extension any user can verify whether that account is genuinely verified or paid for verification. 

Here is how to use Real Twitter Verifier:
>>Get the Extension and add it to your browser
>>Visit any twitter profile or browse through your feed
>>It will show the "Verified" tag for genuine accounts
>>Then you will notice a label "Paid" for subscribed accounts                    

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

الاسم Real Twitter Verifier Real Twitter Verifier
ID ilodkaidiippiakjnjmeclaaodgeocli
عنوان URL الرسمي https://chromewebstore.google.com/detail/real-twitter-verifier/ilodkaidiippiakjnjmeclaaodgeocli
الوصف Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts
حجم الملف 154 KB
عدد التثبيتات 1,154
النسخة الحالية 0.0.3
آخر تحديث 2023-04-05
تاريخ النشر 2022-11-22
تقييم 4.00/5 مجموع تقييمات 19
المطور easytwitterverifies
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.3",
    "name": "Real Twitter Verifier",
    "description": "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": "twitter-128.png"
    },
    "icons": {
        "128": "twitter-128.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}