Houidini

Timestamps and summaries for Youtube. Powered by ChatGPT.

Hvad er Houidini?

Houidini er en Chrome-udvidelse udviklet af https://gethoudini.app, og dens hovedfunktion er "Timestamps and summaries for Youtube. Powered by ChatGPT.".

Udvidelsesskærmbilleder

screenshot

Download Houidini-udvidelses-CRX-fil

Download Houidini-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Houidini Houidini
ID ijdmifdlpncapjbcmkkenhkcobgdbogl
Officiel URL https://chromewebstore.google.com/detail/houidini/ijdmifdlpncapjbcmkkenhkcobgdbogl
Beskrivelse Timestamps and summaries for Youtube. Powered by ChatGPT.
Filstørrelse 15.84 KB
Antal Installationer 40
Nuværende Version 1.0.0
Senest Opdateret 2023-05-18
Udgivelsesdato 2023-05-18
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://gethoudini.app
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.magichoudini.com/privacy
Understøttede Sprog 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"
            ]
        }
    ]
}