Kick Enhancer

Enhances the kick.com website with additional features

Kick Enhancerคืออะไร?

Kick Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KickEnhancer และคุณลักษณะหลักของมันคือ "Enhances the kick.com website with additional features"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kick Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}