Better YouTube Summary
Literally Better YouTube Summary 🎯
Τι είναι το Better YouTube Summary;
Το Better YouTube Summary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mthli, και η κύρια λειτουργία του είναι "Literally Better YouTube Summary 🎯".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Better YouTube Summary
Λήψη αρχείων επέκτασης Better YouTube Summary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 💪 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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\/*"
]
} | |