Youtube Video Summary
Get youtube summaries by chatgpt injected automatically if the video has a transcript!
Youtube Video Summary क्या है?
Youtube Video Summary tedcbook द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get youtube summaries by chatgpt injected automatically if the video has a transcript!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Video Summary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Requires an openai free/plus account. No api key needed. 6/12/23 - Auto summarize longer transcripts 6/3/23 - Now supports more language options for summary.
एक्सटेंशन की मूल जानकारी
नाम | Youtube Video Summary |
ID | ibheopmbegmfgmkjpllifpmbciklaeda |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-video-summary/ibheopmbegmfgmkjpllifpmbciklaeda |
विवरण | Get youtube summaries by chatgpt injected automatically if the video has a transcript! |
फ़ाइल का आकार | 1.25 MB |
स्थापना संख्या | 457 |
वर्तमान संस्करण | 0.3.4 |
अंतिम अपडेट | 2023-06-30 |
प्रकाशन तिथि | 2023-03-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | tedcbook |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/zhangted/youtube-transcript-gpt |
सहायता पृष्ठ URL | https://github.com/zhangted/youtube-transcript-gpt |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Video Summary", "author": "[email protected]", "description": "Get youtube summaries by chatgpt injected automatically if the video has a transcript! ", "version": "0.3.4", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-34.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_popup": "src\/options\/index.html" }, "options_ui": { "page": "src\/options\/index.html" }, "permissions": [ "storage" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-73b6477d.ffa62643.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*" ], "css": [ "assets\/index.ts.98e9d517.css" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-16.png", "img\/logo-34.png", "img\/logo-48.png", "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*" ], "resources": [ "assets\/chunk-31abaa59.js", "assets\/chunk-f52f09cb.js", "assets\/chunk-38da4c65.js", "assets\/chunk-98eaf3ac.js", "assets\/chunk-73b6477d.js" ], "use_dynamic_url": true } ], "host_permissions": [ "https:\/\/*.openai.com\/" ], "content_security_policy": { "extension_pages": "default-src 'self' 'wasm-unsafe-eval'; connect-src https:\/\/* data: blob: filesystem:;" } } |