Houidini
Timestamps and summaries for Youtube. Powered by ChatGPT.
什么是Houidini?
Houidini是由https://gethoudini.app开发的Chrome扩展程序,该扩展的主要功能是“Timestamps and summaries for Youtube. Powered by ChatGPT.”。
扩展截图
下载Houidini扩展crx文件
下载Houidini扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generate timestamps and summaries for YouTube videos. Access our library of previously generated timestamps and summaries. Powered by ChatGPT. 扩展基本信息
| 名称 | |
| ID | ijdmifdlpncapjbcmkkenhkcobgdbogl |
| 官方URL | https://chromewebstore.google.com/detail/houidini/ijdmifdlpncapjbcmkkenhkcobgdbogl |
| 简介 | Timestamps and summaries for Youtube. Powered by ChatGPT. |
| 文件大小 | 15.84 KB |
| 安装次数 | 40 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-05-18 |
| 上架时间 | 2023-05-18 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://gethoudini.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.magichoudini.com/privacy |
| 支持的语言 | 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": [
" | |