Simplified Twitter
Remove distractions from the new Twitter layout
ما هو Simplified Twitter؟
Simplified Twitter هو إضافة Chrome تم تطويرها بواسطة Bruno Lemos، والميزة الرئيسية لها هي "Remove distractions from the new Twitter layout".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simplified Twitter
قم بتنزيل ملفات الامتداد Simplified Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Improve the Twitter experience by decluttering the layout: No trends column, no giant menu, no distracting elements. Focus on what matters: the tweets. AVAILABLE FOR ALL BROWSERS.
معلومات أساسية عن التمديد
الاسم | Simplified Twitter |
ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
الوصف | Remove distractions from the new Twitter layout |
حجم الملف | 14.05 KB |
عدد التثبيتات | 2,394 |
النسخة الحالية | 1.8.1 |
آخر تحديث | 2023-11-22 |
تاريخ النشر | 2020-04-25 |
تقييم | 4.70/5 مجموع تقييمات 20 |
المطور | Bruno Lemos |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/brunolemos/simplified-twitter |
عنوان صفحة المساعدة | https://github.com/brunolemos/simplified-twitter |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simplified Twitter", "version": "1.8.1", "description": "Remove distractions from the new Twitter layout", "short_name": "Simplified Twitter", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "css": [ "styles.css" ], "js": [ "index.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |