Return Twitter Bird

Extension to restore the iconic Twitter logo, for those who think the X looks tacky.

ما هو Return Twitter Bird؟

Return Twitter Bird هو إضافة Chrome تم تطويرها بواسطة Luis Ángel Herrero، والميزة الرئيسية لها هي "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.".

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

screenshot

تحميل ملف CRX للإضافة Return Twitter Bird

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

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

                        We have all seen the Twitter logo thousands of times, and seeing it suddenly change to an X can be hard for many of us.

That's why I've created this extension, which allows you to bring back that little blue bird we held so dear.

Made with love by @lahdiezz.                    

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

الاسم Return Twitter Bird Return Twitter Bird
ID mdhfblgojkmlpoodcamfebfglifbcilh
عنوان URL الرسمي https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh
الوصف Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
حجم الملف 8.28 KB
عدد التثبيتات 171
النسخة الحالية 1.1
آخر تحديث 2023-07-27
تاريخ النشر 2023-07-26
تقييم 4.00/5 مجموع تقييمات 2
المطور Luis Ángel Herrero
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Return Twitter Bird",
    "version": "1.1",
    "description": "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}