KKTV Hide Watermark

Hide KKTV watermark

What is KKTV Hide Watermark?

KKTV Hide Watermark is a Chrome extension developed by Mickey, and its main feature is "Hide KKTV watermark".

Extension Screenshots

screenshot
screenshot

Download KKTV Hide Watermark Extension CRX File

Download KKTV Hide Watermark 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

                        隱藏KKTV播放影片時在右上角的浮水印(LOGO)。

原始碼(Source Code):
https://github.com/omega87910/KKTV-Hide-Watermark                    

Extension Basic Information

Name KKTV Hide Watermark KKTV Hide Watermark
ID bhdmolgfhgembgjibflpfmgpbgmbmpgo
Official URL https://chromewebstore.google.com/detail/kktv-hide-watermark/bhdmolgfhgembgjibflpfmgpbgmbmpgo
Description Hide KKTV watermark
File Size 12.69 KB
Installation Count 144
Current Version 1.0.3
Last Updated 2023-01-06
Publish Date 2021-03-01
Rating 5.00/5 Total 1 Ratings
Developer Mickey
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KKTV Hide Watermark",
    "description": "Hide KKTV watermark",
    "version": "1.0.3",
    "icons": {
        "16": "img\/icon16.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": "img\/icon128.png",
        "default_title": "KKTV Hide Watermark"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.kktv.me\/*",
                "https:\/\/kktv.me\/*"
            ],
            "run_at": "document_end",
            "css": [
                "content.css"
            ]
        }
    ]
}