Blink AI Youtube Summary with ChatGPT
Summarise Youtube videos with ChatGPT AI
Blink AI Youtube Summary with ChatGPTとは何ですか?
Blink AI Youtube Summary with ChatGPTはhttps://blinkk.appによって開発されたChromeの拡張機能で、その主な機能は「Summarise Youtube videos with ChatGPT AI」です。
拡張機能のスクリーンショット
Blink AI Youtube Summary with ChatGPT拡張機能のCRXファイルをダウンロード
Blink AI Youtube Summary with ChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Break a video down into bullet points to make ideas and concepts easier to understand. Harness artificial intelligence and ChatGPT's large language model technology.
Youtube Transcript
Get the entire transcript of a Youtube video. Break down a script and read all the dialogue in a video. 拡張機能の基本情報
| 名前 | |
| ID | aenkcjobkfmpnnkeniopjgdkjajongpo |
| 公式URL | https://chromewebstore.google.com/detail/blink-ai-youtube-summary/aenkcjobkfmpnnkeniopjgdkjajongpo |
| 説明 | Summarise Youtube videos with ChatGPT AI |
| ファイルサイズ | 15.48 KB |
| インストール数 | 45 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2024-02-02 |
| 公開日 | 2024-01-22 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://blinkk.app |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://blinkk.app |
| プライバシーポリシーページのURL | https://blink-dun.vercel.app/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blink AI Youtube Summary with ChatGPT",
"version": "1.0",
"manifest_version": 3,
"description": "Summarise Youtube videos with ChatGPT AI",
"content_scripts": [
{
"js": [
"\/content.js"
],
"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\/*"
]
}
],
"icons": {
"128": "images\/icon-128.png",
"16": "images\/icon-16.png"
}
} | |