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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |