Uncropper

Show full size images and videos on Twitter timeline !

Uncropper क्या है?

Uncropper https://yanou.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show full size images and videos on Twitter timeline !"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tired of having to click on the image of a tweet to be able to see it in full-size? Uncropper is for you 🐦

With Uncropper, all images and videos will be displayed in full-size in your timeline.

Step 1: Install
Step 2: Enjoy

:)                    

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

नाम Uncropper Uncropper
ID hkehbcopcnnmlllianhbbmdicenlchjb
आधिकारिक URL https://chromewebstore.google.com/detail/uncropper/hkehbcopcnnmlllianhbbmdicenlchjb
विवरण Show full size images and videos on Twitter timeline !
फ़ाइल का आकार 17.2 KB
स्थापना संख्या 27
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2023-02-28
प्रकाशन तिथि 2023-02-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://yanou.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://yanou.dev
सहायता पृष्ठ URL https://yanou.dev
गोपनीयता नीति पृष्ठ URL https://www.notion.so/Yanis-KERRIOU-850c35ea0c4a47cf8bd14ecda6dede91
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Uncropper",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2.1",
    "author": "[email protected]",
    "homepage_url": "https:\/\/yanou.dev",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}