Twitter Large Thumbnails

This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.

Twitter Large Thumbnails là gì?

Twitter Large Thumbnails là một tiện ích mở rộng Chrome được phát triển bởi m8u, và tính năng chính của nó là "This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Twitter Large Thumbnails 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 posts of your favorite artists and photographers without image cropping.                    

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

Tên Twitter Large Thumbnails Twitter Large Thumbnails
ID lhmanalklfkgpfkinflfepcepbgkpmai
URL Chính Thức https://chromewebstore.google.com/detail/twitter-large-thumbnails/lhmanalklfkgpfkinflfepcepbgkpmai
Mô tả This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.
Kích Thước Tệp 20.88 KB
Số Lần Cài Đặt 2,377
Phiên Bản Hiện Tại 1.3.7
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2020-04-30
Đánh Giá 4.38/5 Tổng số 29 Đánh Giá
Nhà Phát Triển m8u
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Large Thumbnails",
    "version": "1.3.7",
    "description": "This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}