Refined Twitter Lite
Add UI improvements and new useful features to Twitter Lite
ما هو Refined Twitter Lite؟
Refined Twitter Lite هو إضافة Chrome تم تطويرها بواسطة ggurgone، والميزة الرئيسية لها هي "Add UI improvements and new useful features to Twitter Lite".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Refined Twitter Lite
قم بتنزيل ملفات الامتداد Refined Twitter Lite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
See https://github.com/giuseppeg/refined-twitter-lite/blob/master/FEATURES.md for a detailed breakdown of the features and instructions on how to en/disable them.
معلومات أساسية عن التمديد
الاسم | |
ID | adhbafkkfbonbogdlaebnoegpoogngcc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/refined-twitter-lite/adhbafkkfbonbogdlaebnoegpoogngcc |
الوصف | Add UI improvements and new useful features to Twitter Lite |
حجم الملف | 21.66 KB |
عدد التثبيتات | 686 |
النسخة الحالية | 0.3.21 |
آخر تحديث | 2023-01-17 |
تاريخ النشر | 2020-06-02 |
تقييم | 4.67/5 مجموع تقييمات 6 |
المطور | ggurgone |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/giuseppeg/refined-twitter-lite |
عنوان صفحة المساعدة | https://github.com/giuseppeg/refined-twitter-lite |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refined Twitter Lite", "version": "0.3.21", "description": "Add UI improvements and new useful features to Twitter Lite", "homepage_url": "https:\/\/github.com\/giuseppeg\/refined-twitter-lite", "manifest_version": 2, "minimum_chrome_version": "62", "icons": { "128": "icon.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "index.user.js" ] } ] } |