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! 拡張機能の基本情報
| 名前 | |
| ID | hbfobpefgbdlfgllfpdemkkfldejdkdk |
| 公式URL | 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 |
| Eメール | [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"
}
} | |