Incognito Watcher for Hulu
Watch shows on a guest hulu account without leaving any traces.
What is Incognito Watcher for Hulu?
Incognito Watcher for Hulu is a Chrome extension developed by Phaed, and its main feature is "Watch shows on a guest hulu account without leaving any traces.".
Extension Screenshots
Download Incognito Watcher for Hulu Extension CRX File
Download Incognito Watcher for Hulu 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
Are you sharing someone's Hulu account? Are you tired of manually erasing your watched shows from the history? You're in luck. This extension will automatically remove the shows you watch from the hulu history as you watch. Effectively hiding your viewing activities. You can enable/disable the extension by clicking on the icon.
Extension Basic Information
Name | |
ID | idkhfpabjddfdlikcmaecgnfehpcjoco |
Official URL | https://chrome.google.com/webstore/detail/incognito-watcher-for-hul/idkhfpabjddfdlikcmaecgnfehpcjoco |
Description | Watch shows on a guest hulu account without leaving any traces. |
File Size | 1.56 MB |
Installation Count | 164 |
Current Version | 1.5 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Phaed |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Incognito Watcher for Hulu", "description": "Watch shows on a guest hulu account without leaving any traces.", "version": "1.5", "background": { "scripts": [ "scripts\/background.js" ] }, "icons": { "19": "media\/icon.png", "38": "media\/icon38.png", "48": "media\/icon48.png", "128": "media\/icon128.png" }, "browser_action": { "default_icon": "media\/icon-on.png", "default_title": "Incognito Watcher" }, "permissions": [ "tabs", "activeTab", "storage", "*:\/\/*.hulu.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.hulu.com\/*" ], "js": [ "scripts\/hulu-script.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "*:\/\/*.hulu.com\/*" ] } } |