Twitter Large Thumbnails

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

What is Twitter Large Thumbnails?

Twitter Large Thumbnails is a Chrome extension developed by m8u, and its main feature is "This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.".

Extension Screenshots

screenshot
screenshot

Download Twitter Large Thumbnails Extension CRX File

Download Twitter Large Thumbnails 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 posts of your favorite artists and photographers without image cropping.                    

Extension Basic Information

Name Twitter Large Thumbnails Twitter Large Thumbnails
ID lhmanalklfkgpfkinflfepcepbgkpmai
Official URL https://chromewebstore.google.com/detail/twitter-large-thumbnails/lhmanalklfkgpfkinflfepcepbgkpmai
Description This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.
File Size 20.88 KB
Installation Count 2,377
Current Version 1.3.7
Last Updated 2023-11-22
Publish Date 2020-04-30
Rating 4.38/5 Total 29 Ratings
Developer m8u
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}