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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tobeh และคุณลักษณะหลักของมันคือ "Discord Profile Pic Preview lets you try out any image as discord profile pic on every size."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discord Profile Pic Preview
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |