PogChampion

Choose your own PogChamp image!

PogChampionคืออะไร?

PogChampion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ordinaryapplications และคุณลักษณะหลักของมันคือ "Choose your own PogChamp image!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PogChampion

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

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

                        Want to have your own personal PogChamp? Want to see how a certain creator's Pog face would feel during the most hype moments on Twitch? Then PogChampion is perfect for you!

Simply upload an image of your choice, and any time someone uses the PogChamp emote in Twitch chat you'll see your own image instead! In addition, you can easily turn this extension off by unchecking the "Replace PogChamp" checkbox so that you can view Twitch's PogChamp of the day.

Choose your PogChampion now!

Note: Your PogChampion will only be visible on your local computer. By default, your PogChamp is the HungryBox PogChamp.                    

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

ชื่อ PogChampion PogChampion
ID pgpmednedjecbopfjfmebgohkpkcjoec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pogchampion/pgpmednedjecbopfjfmebgohkpkcjoec
คำอธิบาย Choose your own PogChamp image!
ขนาดไฟล์ 85.61 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 3.1
อัปเดตครั้งล่าสุด 2021-01-13
วันที่เผยแพร่ 2021-01-08
คะแนน 4.31/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา ordinaryapplications
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dylantheriot/pogchampion
URL หน้าช่วยเหลือ https://github.com/dylantheriot/pogchampion/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PogChampion",
    "version": "3.1",
    "manifest_version": 2,
    "description": "Choose your own PogChamp image!",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitch.tv\/*",
                "https:\/\/twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*",
                "http:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "pogchamp.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "pogchamp.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16x16.png",
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    },
    "web_accessible_resources": [
        "hboxPogChamp.png"
    ]
}