Refined Twitter Lite

Add UI improvements and new useful features to Twitter Lite

What is Refined Twitter Lite?

Refined Twitter Lite is a Chrome extension developed by ggurgone, and its main feature is "Add UI improvements and new useful features to Twitter Lite".

Extension Screenshots

screenshot

Download Refined Twitter Lite Extension CRX File

Download Refined Twitter Lite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Refined Twitter Lite Refined Twitter Lite
ID adhbafkkfbonbogdlaebnoegpoogngcc
Official URL https://chrome.google.com/webstore/detail/refined-twitter-lite/adhbafkkfbonbogdlaebnoegpoogngcc
Description Add UI improvements and new useful features to Twitter Lite
File Size 21.66 KB
Installation Count 686
Current Version 0.3.21
Last Updated 2023-01-17
Publish Date 2020-06-02
Rating 4.67/5 Total 6 Ratings
Developer ggurgone
Email [email protected]
Payment Type free
Extension Website https://github.com/giuseppeg/refined-twitter-lite
Help Page URL https://github.com/giuseppeg/refined-twitter-lite
Supported Languages 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"
            ]
        }
    ]
}