Remove Twitter Views
Remove Views button from Twitter
ما هو Remove Twitter Views؟
Remove Twitter Views هو إضافة Chrome تم تطويرها بواسطة igorhaagrod، والميزة الرئيسية لها هي "Remove Views button from Twitter".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Remove Twitter Views
قم بتنزيل ملفات الامتداد Remove Twitter Views بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
After Elon Musk completely destroyed Twitter, extensions like this are needed. The focus of this one is, for now, removing the "views" button from the web app.
معلومات أساسية عن التمديد
الاسم | Remove Twitter Views |
ID | nebfimpiljmmgfgaiaponfmcopndjkpg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/remove-twitter-views/nebfimpiljmmgfgaiaponfmcopndjkpg |
الوصف | Remove Views button from Twitter |
حجم الملف | 7.8 KB |
عدد التثبيتات | 171 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-12-25 |
تاريخ النشر | 2022-12-25 |
تقييم | 4.73/5 مجموع تقييمات 11 |
المطور | igorhaagrod |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Twitter Views", "description": "Remove Views button from Twitter", "version": "1.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "remove-views.html", "default_icon": "icon32.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "content-script.js" ] } ] } |