PogChampion
Choose your own PogChamp image!
PogChampion là gì?
PogChampion là một tiện ích mở rộng Chrome được phát triển bởi ordinaryapplications, và tính năng chính của nó là "Choose your own PogChamp image!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PogChampion
Tải xuống các tệp mở rộng PogChampion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pgpmednedjecbopfjfmebgohkpkcjoec |
URL Chính Thức | https://chromewebstore.google.com/detail/pogchampion/pgpmednedjecbopfjfmebgohkpkcjoec |
Mô tả | Choose your own PogChamp image! |
Kích Thước Tệp | 85.61 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 3.1 |
Cập Nhật Lần Cuối | 2021-01-13 |
Ngày Phát Hành | 2021-01-08 |
Đánh Giá | 4.31/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | ordinaryapplications |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dylantheriot/pogchampion |
URL Trang Trợ Giúp | https://github.com/dylantheriot/pogchampion/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |