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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |