Incognito Watcher for Hulu
Watch shows on a guest hulu account without leaving any traces.
Incognito Watcher for Huluとは何ですか?
Incognito Watcher for HuluはPhaedによって開発されたChromeの拡張機能で、その主な機能は「Watch shows on a guest hulu account without leaving any traces.」です。
拡張機能のスクリーンショット
Incognito Watcher for Hulu拡張機能のCRXファイルをダウンロード
Incognito Watcher for Hulu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | idkhfpabjddfdlikcmaecgnfehpcjoco |
公式URL | https://chrome.google.com/webstore/detail/incognito-watcher-for-hul/idkhfpabjddfdlikcmaecgnfehpcjoco |
説明 | Watch shows on a guest hulu account without leaving any traces. |
ファイルサイズ | 1.56 MB |
インストール数 | 164 |
現在のバージョン | 1.5 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Phaed |
支払い方法 | free |
対応言語 | 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\/*" ] } } |