KK Player

KK Player Browser Extension

What is KK Player?

KK Player is a Chrome extension developed by kankan, and its main feature is "KK Player Browser Extension".

Extension Screenshots

screenshot

Download KK Player Extension CRX File

Download KK Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        首先进入网站的视频播放页面,然后复制浏览器中的地址,粘贴到输入框中,选择接口即可观看                    

Extension Basic Information

Name KK Player KK Player
ID pegiockicjmdnkjbnppeeakeogdkegac
Official URL https://chromewebstore.google.com/detail/kk-player/pegiockicjmdnkjbnppeeakeogdkegac
Description KK Player Browser Extension
File Size 196 KB
Installation Count 330
Current Version 23.11.011
Last Updated 2023-11-02
Publish Date 2021-10-29
Developer kankan
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KK Player",
    "version": "23.11.011",
    "description": "KK Player Browser Extension",
    "icons": {
        "16": "img\/20x20.png",
        "48": "img\/40x40.png",
        "128": "img\/120x120.png"
    },
    "host_permissions": [
        "*:\/\/app-user-manual.vercel.app\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "action": {
        "default_icon": "img\/20x20.png",
        "default_title": "KK Player",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                ".\/css\/price.css",
                ".\/css\/video.css"
            ],
            "js": [
                ".\/js\/jquery.js",
                ".\/js\/utils.js",
                ".\/js\/video.js",
                ".\/js\/price.js"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/htmls-ten.vercel.app\/"
}