Remove Hotstar Watermark
Removes the Hotstar watermark from videos.
什么是Remove Hotstar Watermark?
Remove Hotstar Watermark是由utkarshdalal.extensions开发的Chrome扩展程序,该扩展的主要功能是“Removes the Hotstar watermark from videos.”。
扩展截图
下载Remove Hotstar Watermark扩展crx文件
下载Remove Hotstar Watermark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Removes the annoying Hotstar watermark from videos in full screen.                     扩展基本信息
| 名称 |   |  
| ID | pjjmbmihhafdohmngkfehfdamfpppmhh | 
| 官方URL | https://chromewebstore.google.com/detail/remove-hotstar-watermark/pjjmbmihhafdohmngkfehfdamfpppmhh | 
| 简介 | Removes the Hotstar watermark from videos. | 
| 文件大小 | 6.28 KB | 
| 安装次数 | 51 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2021-05-17 | 
| 上架时间 | 2021-05-17 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | utkarshdalal.extensions | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Hotstar Watermark",
    "version": "1.0",
    "description": "Removes the Hotstar watermark from videos.",
    "icons": {
        "48": "icons\/hotstar-logo-cross-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hotstar.com\/*"
            ],
            "js": [
                "remove_hotstar_watermark.js"
            ]
        }
    ]
}  |  |