Profile Picture Downloader for Twitch™

Downloads Profile Picture from Twitch™ For You

Profile Picture Downloader for Twitch™คืออะไร?

Profile Picture Downloader for Twitch™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://programmerhat.com และคุณลักษณะหลักของมันคือ "Downloads Profile Picture from Twitch™ For You"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Profile Picture Downloader for Twitch™

ดาวน์โหลดไฟล์ส่วนขยาย Profile Picture Downloader for Twitch™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        HOW TO USE: To download a profile picture from Twitch™ for free, click on the extension icon, then click the Download button, and it should download a photo for you, for free.

How to use this as a "Profile Picture Viewer for Twitch™": once you download the photo, just open it up as a fullscreen on your desktop.

This extension supports downloading profile pictures from a Twitch™ channel. You could say this is also a Channel Profile Picture Downloader for Twitch™.

Profile pictures on Twitch™ are also known as "display pictures" or (dp). You can use this extension to download dp (display pictures) from a Twitch™ Channel.

A common shortname for profile pictures are "pfp". You can use this to download a Channel Pfp (Profile Picture) from Twitch™.

================================================

We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Twitch or Amazon.

Twitch is a registered trademark of Amazon, Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Profile Picture Downloader for Twitch™ Profile Picture Downloader for Twitch™
ID oogmhmcdjgbdmphblibkpmdgpgcoghal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/profile-picture-downloade/oogmhmcdjgbdmphblibkpmdgpgcoghal
คำอธิบาย Downloads Profile Picture from Twitch™ For You
ขนาดไฟล์ 213 KB
จำนวนการติดตั้ง 1,553
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-01-21
วันที่เผยแพร่ 2022-12-15
คะแนน 3.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://programmerhat.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.programmerhat.com/blog/
URL หน้าช่วยเหลือ https://www.programmerhat.com/
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 Twitch\u2122",
    "description": "Downloads Profile Picture from Twitch\u2122 For You",
    "version": "1.3",
    "author": "Tony Stark",
    "homepage_url": "https:\/\/www.programmerhat.com\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "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 Twitch\u2122",
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html"
    }
}