Latest Tweets First
Always show latest tweets with the new Twitter Layout.
ما هو Latest Tweets First؟
Latest Tweets First هو إضافة Chrome تم تطويرها بواسطة https://latesttweetsfirst.com، والميزة الرئيسية لها هي "Always show latest tweets with the new Twitter Layout.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Latest Tweets First
قم بتنزيل ملفات الامتداد Latest Tweets First بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
"The new Twitter layout is amazing!" — someone must have said it, but it wasn't us. The thing we disliked most about the new Twitter design is when you filter by 'Latest' tweets, it soon reverts back to 'Top' tweets. With Latest Tweets First, your Twitter feed will automatically show the latest tweets — and *always* the latest tweets — from the people you follow.
معلومات أساسية عن التمديد
الاسم | Latest Tweets First |
ID | hfiojngnjcplepmpggjdlnhilccafgaf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf |
الوصف | Always show latest tweets with the new Twitter Layout. |
حجم الملف | 7.04 KB |
عدد التثبيتات | 626 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2019-07-30 |
تاريخ النشر | 2019-07-30 |
تقييم | 4.11/5 مجموع تقييمات 9 |
المطور | https://latesttweetsfirst.com |
نوع الدفع | free |
موقع الإضافة | https://latesttweetsfirst.com |
عنوان صفحة المساعدة | https://latesttweetsfirst.com/contact |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "src\/icon.png" }, "browser_action": { "default_icon": { "128": "src\/icon.png" } }, "content_scripts": [ { "js": [ ".\/src\/content.js" ], "matches": [ "https:\/\/www.twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ ".\/src\/background.js" ] }, "description": "Always show latest tweets with the new Twitter Layout.", "manifest_version": 2, "name": "Latest Tweets First", "short_name": "Latest Tweets First", "permissions": [], "version": "1.1.3" } |