Enlarge Profile Image for YouTube™

A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.

Enlarge Profile Image for YouTube™คืออะไร?

Enlarge Profile Image for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elad Nava และคุณลักษณะหลักของมันคือ "A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enlarge Profile Image for YouTube™

ดาวน์โหลดไฟล์ส่วนขยาย Enlarge Profile Image for YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simply go to any YouTube channel or profile and click the profile image to enlarge it!

This extension is open-source.
https://github.com/eladnava/enlarge-profile-image-for-youtube

YouTube™ is a registered trademark of Google. This extension is unaffiliated with Google.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enlarge Profile Image for YouTube™ Enlarge Profile Image for YouTube™
ID aadbfahejpbhdndmnfkimgfilobdbnfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enlarge-profile-image-for/aadbfahejpbhdndmnfkimgfilobdbnfo
คำอธิบาย A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.
ขนาดไฟล์ 234 KB
จำนวนการติดตั้ง 360
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-12-05
วันที่เผยแพร่ 2018-07-31
คะแนน 2.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Elad Nava
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enlarge Profile Image for YouTube\u2122",
    "description": "A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.",
    "manifest_version": 2,
    "version": "1.0.3",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/content.js"
            ]
        }
    ]
}