Profile Picture Downloader for Youtube™

Downloads Profile Picture from Youtube™ For You

Profile Picture Downloader for Youtube™ क्या है?

Profile Picture Downloader for Youtube™ https://programmerhat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloads Profile Picture from Youtube™ For You"।

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

screenshot

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

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

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

                        HOW TO USE: To download a profile picture from Youtube™ for free, click on the extension icon, then click the Download button, and it should download a photo for you, for free.

How to use this as a "Profile Picture Viewer for Youtube™": once you download the photo, just open it up as a fullscreen on your desktop.

This extension supports downloading profile pictures from a Youtube™ channel. You could say this is also a Profile Picture Downloader for Youtube™ Channels.

Profile pictures on Youtube™ are also known as "display pictures" or (dp). You can use this extension to download dp (display pictures) from a Youtube™ Channel.

A common shortname for profile pictures are "pfp". You can use this to download a Pfp (Profile Picture) from a Youtube™ Channel.

================================================

We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Youtube, Alphabet, or Google.

Youtube is a registered trademark of the Alphabet, Inc.                    

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

नाम Profile Picture Downloader for Youtube™ Profile Picture Downloader for Youtube™
ID afebgceggiedebkopaanhgoagkhhajkn
आधिकारिक URL https://chromewebstore.google.com/detail/profile-picture-downloade/afebgceggiedebkopaanhgoagkhhajkn
विवरण Downloads Profile Picture from Youtube™ For You
फ़ाइल का आकार 213 KB
स्थापना संख्या 144
वर्तमान संस्करण 1.3
अंतिम अपडेट 2023-01-18
प्रकाशन तिथि 2022-11-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://programmerhat.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.programmerhat.com/
सहायता पृष्ठ URL https://www.programmerhat.com/about/
गोपनीयता नीति पृष्ठ URL https://www.programmerhat.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Profile Picture Downloader for Youtube\u2122",
    "description": "Downloads Profile Picture from Youtube\u2122 For You",
    "version": "1.3",
    "author": "Tony Stark",
    "homepage_url": "https:\/\/www.programmerhat.com\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/yt3.ggpht.com\/*"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_title": "Profile Picture Downloader for Youtube\u2122",
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html"
    }
}