Youtube Summary Database
See an AI generated short summary of a youtube video before you click on it
Qu'est-ce que Youtube Summary Database ?
Youtube Summary Database est une extension Chrome développée par http://summarydatabase.xyz, et sa fonction principale est "See an AI generated short summary of a youtube video before you click on it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube Summary Database
Téléchargez les fichiers d'extension Youtube Summary Database au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Hate clickbait? Install the extension and hover your mouse cursor on a video. You'll be able to see a brief summary generated using GPT-3. This feature makes it easy to decide whether a video is worth watching before clicking on it. You don't need to login nor have an API key and this extension does not use your ChatGPT quota, our server is slowly summarizing the most popular youtube videos all the time. If you don't see many summaries at first, they will slowly start appearing over time
Informations de Base sur l'Extension
Nom | |
ID | fkebhjgklndigljoigpnleapbknjhpld |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-summary-database/fkebhjgklndigljoigpnleapbknjhpld |
Description | See an AI generated short summary of a youtube video before you click on it |
Taille du Fichier | 61.76 KB |
Nombre d'Installations | 332 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-03-03 |
Date de Publication | 2023-02-19 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | http://summarydatabase.xyz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Summary Database", "version": "1.1", "description": "See an AI generated short summary of a youtube video before you click on it", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon128.png", "default_title": "Youtube Summary Database", "default_popup": "about.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] } |