Kick Custom Emotes - KCE
Custom extension to override Kick Livestreaming chat experience.
什麼是Kick Custom Emotes - KCE?
Kick Custom Emotes - KCE是由jakevarrese11開發的Chrome擴展程式,該擴展的主要功能是“Custom extension to override Kick Livestreaming chat experience.”。
擴展截圖
下載Kick Custom Emotes - KCE擴展crx文件
下載Kick Custom Emotes - KCE擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | pondnbmnnomplghomijbgmfdlpanmjmc |
官方網址 | https://chromewebstore.google.com/detail/kick-custom-emotes-kce/pondnbmnnomplghomijbgmfdlpanmjmc |
簡介 | Custom extension to override Kick Livestreaming chat experience. |
檔案大小 | 68.44 KB |
安裝次數 | 2,507 |
目前版本 | 1.0.1 |
更新時間 | 2023-04-27 |
上架時間 | 2023-04-26 |
評分 | 1.00/5 共 1 次評分 |
開發者 | jakevarrese11 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://kick-emotes.vercel.app/ |
說明頁面URL | https://kick-emotes.vercel.app/ |
支援的語言 | 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" ] } ] } |