Kick Custom Emotes - KCE
Custom extension to override Kick Livestreaming chat experience.
Kick Custom Emotes - KCE là gì?
Kick Custom Emotes - KCE là một tiện ích mở rộng Chrome được phát triển bởi jakevarrese11, và tính năng chính của nó là "Custom extension to override Kick Livestreaming chat experience.".
Ả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 Kick Custom Emotes - KCE
Tải xuống các tệp mở rộng Kick Custom Emotes - KCE 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
Kick Custom Emotes (KCE) is a community-driven browser extension designed to elevate the user experience on the kick.com streaming platform. Our aim is to provide an engaging and interactive viewing environment by offering a comprehensive selection of universally compatible custom emotes. These emotes, sourced from platforms such as BTTV and 7TV, enable our users to communicate more effectively and expressively during chats. We are committed to maintaining a free service that respects the work of artists and their creations, ensuring that the KCE extension does not generate any revenue at the expense of its users or the artists responsible for designing the emotes.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pondnbmnnomplghomijbgmfdlpanmjmc |
URL Chính Thức | https://chromewebstore.google.com/detail/kick-custom-emotes-kce/pondnbmnnomplghomijbgmfdlpanmjmc |
Mô tả | Custom extension to override Kick Livestreaming chat experience. |
Kích Thước Tệp | 68.44 KB |
Số Lần Cài Đặt | 2,507 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-04-27 |
Ngày Phát Hành | 2023-04-26 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | jakevarrese11 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://kick-emotes.vercel.app/ |
URL Trang Trợ Giúp | https://kick-emotes.vercel.app/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kick Custom Emotes - KCE", "version": "1.0.1", "description": "Custom extension to override Kick Livestreaming chat experience.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/kick.com\/*" ], "js": [ "vendor\/jquery.min.js", "content.js" ], "css": [ "main.css" ] } ] } |