Kick Enhancer
Enhances the kick.com website with additional features
什么是Kick Enhancer?
Kick Enhancer是由KickEnhancer开发的Chrome扩展程序,该扩展的主要功能是“Enhances the kick.com website with additional features”。
扩展截图
下载Kick Enhancer扩展crx文件
下载Kick Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: - When re-opening a vod, start the vod at the time where you previously left off (instead of the beginning again) - When the vod is paused, skip to next frame with . and previous frame using , - Increase/decrease volume with up/down arrow keys (need to click on video first) Submit feature requests here: https://shorturl.at/qryVW Note: after installing or updating the extension, you must refresh every kick.com tab
扩展基本信息
名称 | Kick Enhancer |
ID | poehlmeoijaeopahihobijjpbolagakf |
官方URL | https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf |
简介 | Enhances the kick.com website with additional features |
文件大小 | 29.27 KB |
安装次数 | 92 |
当前版本 | 1.3.2 |
更新时间 | 2023-12-24 |
上架时间 | 2023-08-27 |
评分 | 5.00/5 共1次评分 |
开发者 | KickEnhancer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kick Enhancer", "version": "1.3.2", "description": "Enhances the kick.com website with additional features", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/kick.com\/*" ] } ], "permissions": [ "storage" ], "action": { "default_popup": "popup\/popup.html" } } |