No Twitter Crop

Get rid of Twitter's image crop on single image tweets.

No Twitter Crop là gì?

No Twitter Crop là một tiện ích mở rộng Chrome được phát triển bởi Jaebirds, và tính năng chính của nó là "Get rid of Twitter's image crop on single image tweets.".

Ả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 No Twitter Crop

Tải xuống các tệp mở rộng No Twitter Crop 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

                        Twitter has updated its mobile app so that it displays vertical sized images properly, but the desktop version still has an awful crop. This extension simply fixes the site so that vertical sized images will display properly. This only works for single image posts, not photosets.                    

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

Tên No Twitter Crop No Twitter Crop
ID amijdfkmcibipgokogloipabagonjmbb
URL Chính Thức https://chromewebstore.google.com/detail/no-twitter-crop/amijdfkmcibipgokogloipabagonjmbb
Mô tả Get rid of Twitter's image crop on single image tweets.
Kích Thước Tệp 6.81 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.02
Cập Nhật Lần Cuối 2021-08-12
Ngày Phát Hành 2021-08-11
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Jaebirds
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": "No Twitter Crop",
    "description": "Get rid of Twitter's image crop on single image tweets.",
    "version": "1.02",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/notwittercrop16.png",
            "32": "\/images\/notwittercrop32.png",
            "48": "\/images\/notwittercrop48.png",
            "128": "\/images\/notwittercrop128.png"
        }
    },
    "icons": {
        "16": "\/images\/notwittercrop16.png",
        "32": "\/images\/notwittercrop32.png",
        "48": "\/images\/notwittercrop48.png",
        "128": "\/images\/notwittercrop128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "css": [
                "twitter.css"
            ]
        }
    ]
}