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