Twitter headlines

Bring back headlines to Twitter and fix accessibility issues

ما هو Twitter headlines؟

Twitter headlines هو إضافة Chrome تم تطويرها بواسطة Chippy، والميزة الرئيسية لها هي "Bring back headlines to Twitter and fix accessibility issues".

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

screenshot

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

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

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

                        Twitter recently removed headlines from articles and now we just see a silly image.

This extension:
- adds the missing headline back
- fixes accessibility issues that Twitter somehow broke
- only has permission on twitter.com
- doesn’t track anything, sell your data, etc
- Open sourced at https://github.com/jterskine/twitter-headlines                    

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

الاسم Twitter headlines Twitter headlines
ID pallcndojogkdjdfmoinobehmmimanll
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitter-headlines/pallcndojogkdjdfmoinobehmmimanll
الوصف Bring back headlines to Twitter and fix accessibility issues
حجم الملف 23.78 KB
عدد التثبيتات 74
النسخة الحالية 0.0.3
آخر تحديث 2023-10-09
تاريخ النشر 2023-10-08
تقييم 5.00/5 مجموع تقييمات 2
المطور Chippy
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jterskine/twitter-headlines
عنوان صفحة سياسة الخصوصية https://chippyai.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.183846ff.png",
        "32": "icon32.plasmo.d070772b.png",
        "48": "icon48.plasmo.907a2843.png",
        "64": "icon64.plasmo.129a09b2.png",
        "128": "icon128.plasmo.4506cacd.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.183846ff.png",
            "32": "icon32.plasmo.d070772b.png",
            "48": "icon48.plasmo.907a2843.png",
            "64": "icon64.plasmo.129a09b2.png",
            "128": "icon128.plasmo.4506cacd.png"
        }
    },
    "version": "0.0.3",
    "author": "joey",
    "name": "Twitter headlines",
    "description": "Bring back headlines to Twitter and fix accessibility issues",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.c25a6036.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ]
}