Houidini

Timestamps and summaries for Youtube. Powered by ChatGPT.

Houidini là gì?

Houidini là một tiện ích mở rộng Chrome được phát triển bởi https://gethoudini.app, và tính năng chính của nó là "Timestamps and summaries for Youtube. Powered by ChatGPT.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Houidini

Tải xuống các tệp mở rộng Houidini dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Generate timestamps and summaries for YouTube videos. Access our library of previously generated timestamps and summaries. Powered by ChatGPT.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Houidini Houidini
ID ijdmifdlpncapjbcmkkenhkcobgdbogl
URL Chính Thức https://chromewebstore.google.com/detail/houidini/ijdmifdlpncapjbcmkkenhkcobgdbogl
Mô tả Timestamps and summaries for Youtube. Powered by ChatGPT.
Kích Thước Tệp 15.84 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-05-18
Ngày Phát Hành 2023-05-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://gethoudini.app
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.magichoudini.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Houidini",
    "version": "1.0.0",
    "description": "Timestamps and summaries for Youtube. Powered by ChatGPT.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "Timestamps for Youtube Videos. Powered by ChatGPT.",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtu.be\/*",
                "https:\/\/www.youtu.be\/*",
                "https:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/youtube-nocookie.com\/*",
                "https:\/\/www.youtube.com\/embed\/*",
                "https:\/\/youtube.com\/embed\/*"
            ],
            "js": [
                "content\/contentScript.js"
            ],
            "css": [
                "content\/contentScript.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.png"
            ]
        }
    ]
}