Uncropper

Show full size images and videos on Twitter timeline !

ما هو Uncropper؟

Uncropper هو إضافة Chrome تم تطويرها بواسطة https://yanou.dev، والميزة الرئيسية لها هي "Show full size images and videos on Twitter timeline !".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Uncropper

قم بتنزيل ملفات الامتداد Uncropper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://yanou.dev
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}