Kick Plus

improvements to kick.com

Kick Plus란 무엇입니까?

Kick Plus은(는) Enzon1k에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "improvements to kick.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Kick Plus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Major Features include:
-clickable names in chat to open a chatbox with buttons such as follow and mod.
-Theatre mode
-settings menu 

Minor Features:
-username in header                    

확장 프로그램 기본 정보

이름 Kick Plus Kick Plus
ID ikinhlhehgjfpmipnoilnailmgoaeppk
공식 URL https://chromewebstore.google.com/detail/kick-plus/ikinhlhehgjfpmipnoilnailmgoaeppk
설명 improvements to kick.com
파일 크기 121 KB
설치 횟수 1,307
현재 버전 1.8.4
최근 업데이트 2023-01-17
출시 날짜 2022-12-12
평점 3.86/5 총 7 개의 평점
개발자 Enzon1k
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linktr.ee/enzon1k
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kick Plus",
    "version": "1.8.4",
    "description": "improvements to kick.com",
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "background": {
        "service_worker": ".\/dist\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kick.com\/*"
            ],
            "js": [
                ".\/dist\/content-scripts\/main.js"
            ]
        },
        {
            "css": [
                ".\/styles\/main.css",
                ".\/styles\/settings.css",
                ".\/styles\/userChatBox.css"
            ],
            "matches": [
                "*:\/\/*.kick.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.kick.com\/*"
    ]
}