Profile Picture Downloader for Discord™

Downloads Profile Picture from Discord™ For You

ما هو Profile Picture Downloader for Discord™؟

Profile Picture Downloader for Discord™ هو إضافة Chrome تم تطويرها بواسطة https://programmerhat.com، والميزة الرئيسية لها هي "Downloads Profile Picture from Discord™ For You".

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

screenshot

تحميل ملف CRX للإضافة Profile Picture Downloader for Discord™

قم بتنزيل ملفات الامتداد Profile Picture Downloader for Discord™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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

You can easily download a Discord™ avatar using this extension, as an avatar is the same thing as a profile picture.

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

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

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

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

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

Discord is a registered trademark of the Discord, Inc.                    

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

الاسم Profile Picture Downloader for Discord™ Profile Picture Downloader for Discord™
ID mjnbcgkjnmheccobefhkcpmbnkohpejn
عنوان URL الرسمي https://chromewebstore.google.com/detail/profile-picture-downloade/mjnbcgkjnmheccobefhkcpmbnkohpejn
الوصف Downloads Profile Picture from Discord™ For You
حجم الملف 213 KB
عدد التثبيتات 279
النسخة الحالية 1.1
آخر تحديث 2023-01-19
تاريخ النشر 2022-12-07
تقييم 1.00/5 مجموع تقييمات 1
المطور https://programmerhat.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.programmerhat.com/
عنوان صفحة المساعدة https://www.programmerhat.com/about/
عنوان صفحة سياسة الخصوصية 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 Discord\u2122",
    "description": "Downloads Profile Picture from Discord\u2122 For You",
    "version": "1.1",
    "author": "Tony Stark",
    "homepage_url": "https:\/\/www.programmerhat.com\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.discord.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_title": "Profile Picture Downloader for Discord\u2122",
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html"
    }
}