Refined Twitter Lite
Add UI improvements and new useful features to Twitter Lite
Refined Twitter Liteคืออะไร?
Refined Twitter Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ggurgone และคุณลักษณะหลักของมันคือ "Add UI improvements and new useful features to Twitter Lite"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Refined Twitter Lite
ดาวน์โหลดไฟล์ส่วนขยาย Refined Twitter Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See https://github.com/giuseppeg/refined-twitter-lite/blob/master/FEATURES.md for a detailed breakdown of the features and instructions on how to en/disable them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | adhbafkkfbonbogdlaebnoegpoogngcc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/refined-twitter-lite/adhbafkkfbonbogdlaebnoegpoogngcc |
คำอธิบาย | Add UI improvements and new useful features to Twitter Lite |
ขนาดไฟล์ | 21.66 KB |
จำนวนการติดตั้ง | 686 |
เวอร์ชันปัจจุบัน | 0.3.21 |
อัปเดตครั้งล่าสุด | 2023-01-17 |
วันที่เผยแพร่ | 2020-06-02 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | ggurgone |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/giuseppeg/refined-twitter-lite |
URL หน้าช่วยเหลือ | https://github.com/giuseppeg/refined-twitter-lite |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refined Twitter Lite", "version": "0.3.21", "description": "Add UI improvements and new useful features to Twitter Lite", "homepage_url": "https:\/\/github.com\/giuseppeg\/refined-twitter-lite", "manifest_version": 2, "minimum_chrome_version": "62", "icons": { "128": "icon.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "index.user.js" ] } ] } |