KKTV Hide Watermark
Hide KKTV watermark
KKTV Hide Watermarkとは何ですか?
KKTV Hide WatermarkはMickeyによって開発されたChromeの拡張機能で、その主な機能は「Hide KKTV watermark」です。
拡張機能のスクリーンショット
KKTV Hide Watermark拡張機能のCRXファイルをダウンロード
KKTV Hide Watermark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        隱藏KKTV播放影片時在右上角的浮水印(LOGO)。
原始碼(Source Code):
https://github.com/omega87910/KKTV-Hide-Watermark                     拡張機能の基本情報
| 名前 |   |  
| ID | bhdmolgfhgembgjibflpfmgpbgmbmpgo | 
| 公式URL | https://chromewebstore.google.com/detail/kktv-hide-watermark/bhdmolgfhgembgjibflpfmgpbgmbmpgo | 
| 説明 | Hide KKTV watermark | 
| ファイルサイズ | 12.69 KB | 
| インストール数 | 144 | 
| 現在のバージョン | 1.0.3 | 
| 最終更新日 | 2023-01-06 | 
| 公開日 | 2021-03-01 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | Mickey | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | 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"
            ]
        }
    ]
}  |  |