Hide Twitter views.

Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.

ما هو Hide Twitter views.؟

Hide Twitter views. هو إضافة Chrome تم تطويرها بواسطة charies، والميزة الرئيسية لها هي "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.".

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

screenshot

تحميل ملف CRX للإضافة Hide Twitter views.

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

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

                        Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.                    

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

الاسم Hide Twitter views. Hide Twitter views.
ID gbojcaianddcdcmagaeciibaonmmgaeg
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg
الوصف Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
حجم الملف 15.58 KB
عدد التثبيتات 253
النسخة الحالية 1.0
آخر تحديث 2022-12-27
تاريخ النشر 2022-12-27
تقييم 5.00/5 مجموع تقييمات 5
المطور charies
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter views.",
    "version": "1.0",
    "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.",
    "action": {
        "default_popup": "html\/index.html",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}