Remove Twitter Views

Remove the Views button from Twitter

ما هو Remove Twitter Views؟

Remove Twitter Views هو إضافة Chrome تم تطويرها بواسطة Kabaj، والميزة الرئيسية لها هي "Remove the Views button from Twitter".

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

screenshot

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

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

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

                        Removes the new "Views" button from Twitter


It is my first time doing a Chrome extension, so it might not be optimized at all and might stop working soon, I take all suggestions.
Here is the GitHub link to the extension : https://github.com/KabajSAH/Twitter-Remove-Views                    

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

الاسم Remove Twitter Views Remove Twitter Views
ID flcjnidfibjigabnihmblehlkkeiganp
عنوان URL الرسمي https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp
الوصف Remove the Views button from Twitter
حجم الملف 8.51 KB
عدد التثبيتات 92
النسخة الحالية 1.2.2
آخر تحديث 2023-01-17
تاريخ النشر 2022-12-26
تقييم 5.00/5 مجموع تقييمات 2
المطور Kabaj
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Views",
    "description": "Remove the Views button from Twitter",
    "version": "1.2.2",
    "author": "Kabaj",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                ".\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    }
}