Enlarge Youtube Profile Images

Control size of profile images in the Youtube comment section.

ما هو Enlarge Youtube Profile Images؟

Enlarge Youtube Profile Images هو إضافة Chrome تم تطويرها بواسطة Polywocker، والميزة الرئيسية لها هي "Control size of profile images in the Youtube comment section.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Enlarge Youtube Profile Images

قم بتنزيل ملفات الامتداد Enlarge Youtube Profile Images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - Set preferred profile image size for the Youtube comment section. 
- Hover zoom on profile images. 

It's time to appreciate the memes and put a face to the name. 


Source code: https://github.com/polywock/enlargeYoutubeProfileImages                    

معلومات أساسية عن التمديد

الاسم Enlarge Youtube Profile Images Enlarge Youtube Profile Images
ID pmloeageofhljhdedpfpppjbjblbncbc
عنوان URL الرسمي https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc
الوصف Control size of profile images in the Youtube comment section.
حجم الملف 7 KB
عدد التثبيتات 130
النسخة الحالية 0.0.6
آخر تحديث 2022-10-08
تاريخ النشر 2022-05-05
تقييم 5.00/5 مجموع تقييمات 2
المطور Polywocker
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/polywock/enlargeYoutubeProfileImages
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enlarge Youtube Profile Images",
    "version": "0.0.6",
    "description": "Control size of profile images in the Youtube comment section.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "isolated.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "main.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}