Kick Enhancer
Enhances the kick.com website with additional features
ما هو Kick Enhancer؟
Kick Enhancer هو إضافة Chrome تم تطويرها بواسطة KickEnhancer، والميزة الرئيسية لها هي "Enhances the kick.com website with additional features".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kick Enhancer
قم بتنزيل ملفات الامتداد Kick Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |