Remove Hotstar Watermark
Removes the Hotstar watermark from videos.
What is Remove Hotstar Watermark?
Remove Hotstar Watermark is a Chrome extension developed by utkarshdalal.extensions, and its main feature is "Removes the Hotstar watermark from videos.".
Extension Screenshots
Download Remove Hotstar Watermark Extension CRX File
Download Remove Hotstar 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
Removes the annoying Hotstar watermark from videos in full screen.
Extension Basic Information
Name | Remove Hotstar Watermark |
ID | pjjmbmihhafdohmngkfehfdamfpppmhh |
Official URL | https://chromewebstore.google.com/detail/remove-hotstar-watermark/pjjmbmihhafdohmngkfehfdamfpppmhh |
Description | Removes the Hotstar watermark from videos. |
File Size | 6.28 KB |
Installation Count | 51 |
Current Version | 1.0 |
Last Updated | 2021-05-17 |
Publish Date | 2021-05-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | utkarshdalal.extensions |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |