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 |
Eメール | [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" } } |