Discord Profile Pic Preview

Discord Profile Pic Preview lets you try out any image as discord profile pic on every size.

Discord Profile Pic Preview क्या है?

Discord Profile Pic Preview tobeh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discord Profile Pic Preview lets you try out any image as discord profile pic on every size."।

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

screenshot

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

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

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

                        Tired of Discords limitations when trying to find a new profile picture?
DPPP lets you surpass EVERY limit!!!

With this extension you can swap your displayed avatar in the Discord browser application with any image you would like to see as your profile picture.
This profile picture will stay until you reload the website and is only visible to you.
You don't have any frequency limits and the picture is displayed everywhere - the member list, the chat, the profile modal...

Steps to get this working:
- Add the extension
- Open Discord in your Browser
- Get the link of your new profile picture (life hack: send it on Discord and copy the link)
- Click the extension icon right to the browser address bar and open the extension popup
- Enter the picture url and click apply. 
- Voila! If you change channel and your old profile is shown, just apply again.                    

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

नाम Discord Profile Pic Preview Discord Profile Pic Preview
ID mpjnbjlbcohfkbdmoffafmdmlokagjek
आधिकारिक URL https://chromewebstore.google.com/detail/discord-profile-pic-previ/mpjnbjlbcohfkbdmoffafmdmlokagjek
विवरण Discord Profile Pic Preview lets you try out any image as discord profile pic on every size.
फ़ाइल का आकार 23.57 KB
स्थापना संख्या 724
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2021-12-20
प्रकाशन तिथि 2020-11-09
रेटिंग 3.00/5 कुल 9 रेटिंग्स
डेवलपर tobeh
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://typo.rip/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discord Profile Pic Preview",
    "description": "Discord Profile Pic Preview lets you try out any image as discord profile pic on every size.",
    "version": "0.1.1",
    "author": "tobeh",
    "icons": {
        "128": "res\/icon.png"
    },
    "browser_action": {
        "default_title": "Replace",
        "default_icon": "res\/icon.png",
        "title": "Replace",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [],
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discord.com\/",
                "*:\/\/discord.com\/*"
            ],
            "js": [
                "replace.js"
            ]
        }
    ]
}