Kick Plus
improvements to kick.com
什麼是Kick Plus?
Kick Plus是由Enzon1k開發的Chrome擴展程式,該擴展的主要功能是“improvements to kick.com”。
擴展截圖
下載Kick Plus擴展crx文件
下載Kick Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Major Features include: -clickable names in chat to open a chatbox with buttons such as follow and mod. -Theatre mode -settings menu Minor Features: -username in header
擴展基本資訊
名稱 | Kick Plus |
ID | ikinhlhehgjfpmipnoilnailmgoaeppk |
官方網址 | https://chromewebstore.google.com/detail/kick-plus/ikinhlhehgjfpmipnoilnailmgoaeppk |
簡介 | improvements to kick.com |
檔案大小 | 121 KB |
安裝次數 | 1,307 |
目前版本 | 1.8.4 |
更新時間 | 2023-01-17 |
上架時間 | 2022-12-12 |
評分 | 3.86/5 共 7 次評分 |
開發者 | Enzon1k |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://linktr.ee/enzon1k |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kick Plus", "version": "1.8.4", "description": "improvements to kick.com", "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "permissions": [ "cookies", "storage" ], "background": { "service_worker": ".\/dist\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.kick.com\/*" ], "js": [ ".\/dist\/content-scripts\/main.js" ] }, { "css": [ ".\/styles\/main.css", ".\/styles\/settings.css", ".\/styles\/userChatBox.css" ], "matches": [ "*:\/\/*.kick.com\/*" ] } ], "host_permissions": [ "*:\/\/*.kick.com\/*" ] } |