Profile Picture Downloader for Discord™

Downloads Profile Picture from Discord™ For You

Hvad er Profile Picture Downloader for Discord™?

Profile Picture Downloader for Discord™ er en Chrome-udvidelse udviklet af https://programmerhat.com, og dens hovedfunktion er "Downloads Profile Picture from Discord™ For You".

Udvidelsesskærmbilleder

screenshot

Download Profile Picture Downloader for Discord™-udvidelses-CRX-fil

Download Profile Picture Downloader for Discord™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Profile Picture Downloader for Discord™ Profile Picture Downloader for Discord™
ID mjnbcgkjnmheccobefhkcpmbnkohpejn
Officiel URL https://chromewebstore.google.com/detail/profile-picture-downloade/mjnbcgkjnmheccobefhkcpmbnkohpejn
Beskrivelse Downloads Profile Picture from Discord™ For You
Filstørrelse 213 KB
Antal Installationer 279
Nuværende Version 1.1
Senest Opdateret 2023-01-19
Udgivelsesdato 2022-12-07
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://programmerhat.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.programmerhat.com/
Hjælpeside-URL https://www.programmerhat.com/about/
URL til Fortrolighedspolitik Side https://www.programmerhat.com/privacy-policy
Understøttede Sprog 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"
    }
}