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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}