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开发的Chrome扩展程序,该扩展的主要功能是“Discord Profile Pic Preview lets you try out any image as discord profile pic on every size.”。

扩展截图

screenshot

下载Discord Profile Pic Preview扩展crx文件

下载Discord Profile Pic Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}