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”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Refined Twitter Lite Refined Twitter Lite
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"
            ]
        }
    ]
}