Kick Enhancer
Enhances the kick.com website with additional features
Kick Enhancer là gì?
Kick Enhancer là một tiện ích mở rộng Chrome được phát triển bởi KickEnhancer, và tính năng chính của nó là "Enhances the kick.com website with additional features".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kick Enhancer
Tải xuống các tệp mở rộng Kick Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kick Enhancer |
ID | poehlmeoijaeopahihobijjpbolagakf |
URL Chính Thức | https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf |
Mô tả | Enhances the kick.com website with additional features |
Kích Thước Tệp | 29.27 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2023-12-24 |
Ngày Phát Hành | 2023-08-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | KickEnhancer |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |