Refined Twitter Lite
Add UI improvements and new useful features to Twitter Lite
什麼是Refined Twitter Lite?
Refined Twitter Lite是由ggurgone開發的Chrome擴展程式,該擴展的主要功能是“Add UI improvements and new useful features to Twitter Lite”。
擴展截圖
下載Refined Twitter Lite擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |