Better YouTube Summary
Literally Better YouTube Summary 🎯
Better YouTube Summary क्या है?
Better YouTube Summary mthli द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Literally Better YouTube Summary 🎯"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better YouTube Summary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing our YouTube extension with the following features: 1. Using ChatGPT to generate video chapters (timeline) 🤔 2. Using ChatGPT to generate summary for each video chapter 😲 3. Support video content of any length 😱 4. Multiple language translation capabilities 😈 At the same time, we also try to be as similar as possible to the YouTube website design, providing you with a native-like experience 👏 === v1.2.1 - Compatible with Firefox 🦊 v1.1.0 - You can copy the chapters and summaries now 👌 v1.0.0 - First release 💪
एक्सटेंशन की मूल जानकारी
नाम | Better YouTube Summary |
ID | gobfmldfaojjoanejhccieilnmglclba |
आधिकारिक URL | https://chromewebstore.google.com/detail/better-youtube-summary/gobfmldfaojjoanejhccieilnmglclba |
विवरण | Literally Better YouTube Summary 🎯 |
फ़ाइल का आकार | 292 KB |
स्थापना संख्या | 1,040 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2023-07-02 |
प्रकाशन तिथि | 2023-06-25 |
रेटिंग | 4.29/5 कुल 7 रेटिंग्स |
डेवलपर | mthli |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "92", "name": "Better YouTube Summary", "description": "Literally Better YouTube Summary \ud83c\udfaf", "version": "1.2.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "js\/vendor.js", "js\/contentScript.js" ] } ], "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/bys.mthli.com\/*" ] } |