Hide Twitter Elements
Choose to make your Twitter timeline less crowded by disabling features you do not need.
ما هو Hide Twitter Elements؟
Hide Twitter Elements هو إضافة Chrome تم تطويرها بواسطة https://shodipoayomide.com، والميزة الرئيسية لها هي "Choose to make your Twitter timeline less crowded by disabling features you do not need.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hide Twitter Elements
قم بتنزيل ملفات الامتداد Hide Twitter Elements بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension gives you the option to disable interactive elements like "views, comments, retweet & likes" selectively, to make your Twitter timeline less congested.
معلومات أساسية عن التمديد
الاسم | Hide Twitter Elements |
ID | fbffhgacjoeloopjakfbdgcdfaklionn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hide-twitter-elements/fbffhgacjoeloopjakfbdgcdfaklionn |
الوصف | Choose to make your Twitter timeline less crowded by disabling features you do not need. |
حجم الملف | 2.06 MB |
عدد التثبيتات | 38 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2022-12-27 |
تاريخ النشر | 2022-12-27 |
المطور | https://shodipoayomide.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Developerayo/Hide-Twitter-Elements |
عنوان صفحة المساعدة | https://twitter.com/developerayo |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter Elements", "description": "Choose to make your Twitter timeline less crowded by disabling features you do not need.", "version": "1.0.2", "icons": { "16": "assets\/images\/logo1.png", "18": "assets\/images\/logo1.png", "128": "assets\/images\/logo1.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "assets\/lib\/jquery.min.js", "content_script.js" ] } ] } |