Refined Twitter Lite

Add UI improvements and new useful features to Twitter Lite

Refined Twitter Lite là gì?

Refined Twitter Lite là một tiện ích mở rộng Chrome được phát triển bởi ggurgone, và tính năng chính của nó là "Add UI improvements and new useful features to Twitter Lite".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Refined Twitter Lite

Tải xuống các tệp mở rộng Refined Twitter Lite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Refined Twitter Lite Refined Twitter Lite
ID adhbafkkfbonbogdlaebnoegpoogngcc
URL Chính Thức https://chrome.google.com/webstore/detail/refined-twitter-lite/adhbafkkfbonbogdlaebnoegpoogngcc
Mô tả Add UI improvements and new useful features to Twitter Lite
Kích Thước Tệp 21.66 KB
Số Lần Cài Đặt 686
Phiên Bản Hiện Tại 0.3.21
Cập Nhật Lần Cuối 2023-01-17
Ngày Phát Hành 2020-06-02
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển ggurgone
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/giuseppeg/refined-twitter-lite
URL Trang Trợ Giúp https://github.com/giuseppeg/refined-twitter-lite
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}