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
Eメール [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"
            ]
        }
    ]
}