Twitter UnHooked

Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.

ما هو Twitter UnHooked؟

Twitter UnHooked هو إضافة Chrome تم تطويرها بواسطة Pamela Fox، والميزة الرئيسية لها هي "Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.".

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

screenshot

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

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

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

                        This extension will still let you use Twitter for composing tweets and following your network, but it changes the Twitter experience to be less addictive. This extension removes the Trends sidebar, the Who-to-follow sidebar, plus it changes the notifications count to be less attention-grabbing.                    

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

الاسم Twitter UnHooked Twitter UnHooked
ID imcokhibdjkdgepeadnipppignmnicnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb
الوصف Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
حجم الملف 4.22 KB
عدد التثبيتات 213
النسخة الحالية 0.7
آخر تحديث 2022-08-11
تاريخ النشر 2018-06-12
تقييم 5.00/5 مجموع تقييمات 2
المطور Pamela Fox
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/pamelafox/twitter-unhooked
عنوان صفحة المساعدة https://github.com/pamelafox/twitter-unhooked/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter UnHooked",
    "version": "0.7",
    "description": "Hides parts of Twitter that are unneeded\/addictive: trends, follower recommendations.",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3
}