TwitterLatest
Automatically switch Twitter feed to “Latest Tweets” ✨
ما هو TwitterLatest؟
TwitterLatest هو إضافة Chrome تم تطويرها بواسطة mattcdowning، والميزة الرئيسية لها هي "Automatically switch Twitter feed to “Latest Tweets” ✨".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TwitterLatest
قم بتنزيل ملفات الامتداد TwitterLatest بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
“Is there a Chrome extension to fix the Twitter bug that keeps switching you back to the ‘top tweets’ feed even if you keep selecting ‘show latest tweets’?” - Benedict Evans
This is it! معلومات أساسية عن التمديد
| الاسم | |
| ID | jfeokmgjhgkooomeejegoljcodnokich |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitterlatest/jfeokmgjhgkooomeejegoljcodnokich |
| الوصف | Automatically switch Twitter feed to “Latest Tweets” ✨ |
| حجم الملف | 7.8 KB |
| عدد التثبيتات | 69 |
| النسخة الحالية | 1.0.2 |
| آخر تحديث | 2019-06-14 |
| تاريخ النشر | 2019-06-13 |
| تقييم | 1.00/5 مجموع تقييمات 1 |
| المطور | mattcdowning |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://twitterlatest.netlify.com |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TwitterLatest",
"version": "1.0.2",
"description": "Automatically switch Twitter feed to \u201cLatest Tweets\u201d \u2728",
"browser_action": {
"default_icon": "icon128.png"
},
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/home",
"https:\/\/mobile.twitter.com\/home"
],
"js": [
"content.js"
]
}
]
} | |