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™是由Elad Nava開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.”。

擴展截圖

screenshot

下載Enlarge Profile Image for YouTube™擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}