Blink AI Youtube Summary with ChatGPT
Summarise Youtube videos with ChatGPT AI
Vad är Blink AI Youtube Summary with ChatGPT?
Blink AI Youtube Summary with ChatGPT är en Chrome-tillägg utvecklad av https://blinkk.app, och dess huvudfunktion är "Summarise Youtube videos with ChatGPT AI".
Tilläggsskärmbilder
Ladda ner Blink AI Youtube Summary with ChatGPT-förlängningens CRX-fil
Ladda ner Blink AI Youtube Summary with ChatGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | aenkcjobkfmpnnkeniopjgdkjajongpo |
| Officiell webbadress | https://chromewebstore.google.com/detail/blink-ai-youtube-summary/aenkcjobkfmpnnkeniopjgdkjajongpo |
| Beskrivning | Summarise Youtube videos with ChatGPT AI |
| Filstorlek | 15.48 KB |
| Antal Installationer | 45 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2024-02-02 |
| Publiceringsdatum | 2024-01-22 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://blinkk.app |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://blinkk.app |
| URL till Sekretesspolicy Sidan | https://blink-dun.vercel.app/privacy |
| Stödda Språk | 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"
}
} | |