Twitter View Hider
Automatically hide view counts of tweets in your timeline
ما هو Twitter View Hider؟
Twitter View Hider هو إضافة Chrome تم تطويرها بواسطة Adrien Minne، والميزة الرئيسية لها هي "Automatically hide view counts of tweets in your timeline".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter View Hider
قم بتنزيل ملفات الامتداد Twitter View Hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension hides the view count that was recently added on the tweets of your timeline.
معلومات أساسية عن التمديد
الاسم | Twitter View Hider |
ID | mmoiilglckpgboidkcedhkhmimmeblml |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml |
الوصف | Automatically hide view counts of tweets in your timeline |
حجم الملف | 11.32 KB |
عدد التثبيتات | 35 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-12-25 |
تاريخ النشر | 2022-12-25 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Adrien Minne |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter View Hider", "version": "1.0", "manifest_version": 3, "description": "Automatically hide view counts of tweets in your timeline", "permissions": [], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "web_accessible_resources": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |