ChatGPT Summary for Youtube™
Quickly summarizes any Youtube™ video with AI-powered ChatGPT technology. Save time, get the facts!
What is ChatGPT Summary for Youtube™?
ChatGPT Summary for Youtube™ is a Chrome extension developed by 🅻🅾🅽🅶 🆂🆃🅾🆁🆈 🆂🅷🅾🆁🆃, and its main feature is "Quickly summarizes any Youtube™ video with AI-powered ChatGPT technology. Save time, get the facts!".
Extension Screenshots
Download ChatGPT Summary for Youtube™ Extension CRX File
Download ChatGPT Summary for Youtube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
get a quick Summary of those long Youtube videos with ChatGPT technology! Extension Basic Information
| Name | |
| ID | ddnoogbccnnkchliaabphpimpffbgkia |
| Official URL | https://chromewebstore.google.com/detail/chatgpt-summary-for-youtu/ddnoogbccnnkchliaabphpimpffbgkia |
| Description | Quickly summarizes any Youtube™ video with AI-powered ChatGPT technology. Save time, get the facts! |
| File Size | 699 KB |
| Installation Count | 80 |
| Current Version | 1.0.6 |
| Last Updated | 2023-03-13 |
| Publish Date | 2023-03-09 |
| Rating | 4.38/5 Total 53 Ratings |
| Developer | 🅻🅾🅽🅶 🆂🆃🅾🆁🆈 🆂🅷🅾🆁🆃 |
| [email protected] | |
| Payment Type | free |
| Privacy Policy Page URL | https://sites.google.com/view/infoextensions |
| Supported Languages | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.6",
"manifest_version": 3,
"icons": {
"16": "logo-16.png",
"32": "logo-32.png",
"48": "logo-48.png",
"128": "logo-128.png"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"storage",
"tabs",
"scripting"
],
"background": {
"service_worker": "background\/index.js"
},
"action": {
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content-script\/index.js"
],
"run_at": "document_start"
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvXdeeyRoJUZ4U9Nyq+zJVEHJfiYmOk0XTXpWLWklysh958LJTPSLSraBIlnbNHpQ5jrfSeStWdDWC7jd+d0Hk\/tM73ha+051ZDJgHkoOMsys+Vcmo7i5yPI4WU0cCLHrBentkh4DLwSVcrmIb4DdIQqVxa01Lp6rtZvLFswhG2r1gK23OGaDT4z4nmqtm9Kjm4uFS9pF1+hkwv\/\/cFQvZ+NhoQ\/2wnGjvE0qU7OJHJU5jzbQhOApWO9BHiRLEKFbrsAF6KN\/+BHwdi5Bv4xdHgj+4OgNqEecBMiqhMCT4aW\/4FAkONLrk1T+EyyuoWg18VcoYrKXy0iRzMwunj0i7QIDAQAB",
"options_ui": {
"page": "options\/index.html",
"open_in_tab": true
}
} | |