Profile Picture Downloader for Discord™
Downloads Profile Picture from Discord™ For You
Profile Picture Downloader for Discord™ क्या है?
Profile Picture Downloader for Discord™ https://programmerhat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloads Profile Picture from Discord™ For You"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Profile Picture Downloader for Discord™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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/ |
सहायता पृष्ठ 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 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" } } |