Old Twitter Layout
Brings back the old Twitter Layout
ما هو Old Twitter Layout؟
Old Twitter Layout هو إضافة Chrome تم تطويرها بواسطة Wolvan، والميزة الرئيسية لها هي "Brings back the old Twitter Layout".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Old Twitter Layout
قم بتنزيل ملفات الامتداد Old Twitter Layout بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Brings back the old Twitter layout, that Twitter has slowly started phasing out. No more mobile-like UI, no more currated feed. May require refreshing multiple times before it goes into effect due to browser caching. Want to thank me? Buy me a coffee! https://ko-fi.com/wolvan
معلومات أساسية عن التمديد
الاسم | |
ID | jjldkokjmjdnlnifmehbljdafklejeha |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/old-twitter-layout/jjldkokjmjdnlnifmehbljdafklejeha |
الوصف | Brings back the old Twitter Layout |
حجم الملف | 45.42 KB |
عدد التثبيتات | 4,911 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2020-05-14 |
تاريخ النشر | 2020-05-14 |
تقييم | 4.51/5 مجموع تقييمات 261 |
المطور | Wolvan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Twitter Layout", "description": "Brings back the old Twitter Layout", "version": "1.0.6", "short_name": "otl", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js", "scripts\/storage.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "scripts\/firefox-copyfix-wrapper.js", "scripts\/banner-removal-wrapper.js" ] } ], "web_accessible_resources": [ "scripts\/firefox-copyfix.js", "scripts\/banner-removal.js" ], "permissions": [ "webRequest", "webRequestBlocking", "clipboardRead", "clipboardWrite", "https:\/\/twitter.com\/*" ] } |