Incognito Watcher for Hulu

Watch shows on a guest hulu account without leaving any traces.

Incognito Watcher for Huluคืออะไร?

Incognito Watcher for Hulu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Phaed และคุณลักษณะหลักของมันคือ "Watch shows on a guest hulu account without leaving any traces."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Incognito Watcher for Hulu

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Incognito Watcher for Hulu Incognito Watcher for Hulu
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\/*"
        ]
    }
}