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 क्या है?

Twitter Large Thumbnails m8u द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitter Large Thumbnails एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        See posts of your favorite artists and photographers without image cropping.                    

एक्सटेंशन की मूल जानकारी

नाम Twitter Large Thumbnails Twitter Large Thumbnails
ID lhmanalklfkgpfkinflfepcepbgkpmai
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-large-thumbnails/lhmanalklfkgpfkinflfepcepbgkpmai
विवरण This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.
फ़ाइल का आकार 20.88 KB
स्थापना संख्या 2,377
वर्तमान संस्करण 1.3.7
अंतिम अपडेट 2023-11-22
प्रकाशन तिथि 2020-04-30
रेटिंग 4.38/5 कुल 29 रेटिंग्स
डेवलपर m8u
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}