Hide View Count
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
ما هو Hide View Count؟
Hide View Count هو إضافة Chrome تم تطويرها بواسطة ろぼいん، والميزة الرئيسية لها هي "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hide View Count
قم بتنزيل ملفات الامتداد Hide View Count بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. It won't allow the View Count to be displayed for even a second! This is an extension to "not **see** the number of impressions". It cannot be used to "not **show** the number of impressions". ## What you can do - Hide the number of impressions of your tweets and others' tweets on your browser ## What you cannot do - Hide the number of impressions of your Tweets from others - Using a client other than the official web version of the Twitter client
معلومات أساسية عن التمديد
الاسم | Hide View Count |
ID | mmefeobjcchickbjelledfhagoddcklp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp |
الوصف | This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. |
حجم الملف | 961 KB |
عدد التثبيتات | 2,909 |
النسخة الحالية | 1.5.0 |
آخر تحديث | 2023-02-26 |
تاريخ النشر | 2022-12-23 |
تقييم | 4.96/5 مجموع تقييمات 28 |
المطور | ろぼいん |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Robot-Inventor/hide-impression |
عنوان صفحة المساعدة | https://github.com/Robot-Inventor/hide-impression |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide View Count", "short_name": "HideViewCount", "version": "1.5.0", "description": "__MSG_manifest_description__", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "index.js" ] } ], "default_locale": "en" } |