KickKit
Extension for Kick to enhance the experience with some utilities.
什麼是KickKit?
KickKit是由soruse開發的Chrome擴展程式,該擴展的主要功能是“Extension for Kick to enhance the experience with some utilities.”。
擴展截圖
下載KickKit擴展crx文件
下載KickKit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
KickKit provides utility options for kick.com streaming platform. For now it can: - display images linked directly in the chat - blur the images first, and then reveal them by hovering - display basic information about youtube/streamable videos - toggle visibility of top gifters/quick emote holder More stuff coming soon!
擴展基本資訊
名稱 | KickKit |
ID | hbfobpefgbdlfgllfpdemkkfldejdkdk |
官方網址 | https://chromewebstore.google.com/detail/kickkit/hbfobpefgbdlfgllfpdemkkfldejdkdk |
簡介 | Extension for Kick to enhance the experience with some utilities. |
檔案大小 | 81.93 KB |
安裝次數 | 69 |
目前版本 | 1.1.1 |
更新時間 | 2023-08-08 |
上架時間 | 2023-07-25 |
評分 | 5.00/5 共 3 次評分 |
開發者 | soruse |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://kickkit.vercel.app/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KickKit", "version": "1.1.1", "description": "Extension for Kick to enhance the experience with some utilities.", "host_permissions": [ "*:\/\/*.kick.com\/*" ], "permissions": [ "scripting" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "content_script.js", "kk_styles.css" ], "matches": [ "https:\/\/*.kick.com\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |