Youtube Summary Database
See an AI generated short summary of a youtube video before you click on it
Vad är Youtube Summary Database?
Youtube Summary Database är en Chrome-tillägg utvecklad av http://summarydatabase.xyz, och dess huvudfunktion är "See an AI generated short summary of a youtube video before you click on it".
Tilläggsskärmbilder
Ladda ner Youtube Summary Database-förlängningens CRX-fil
Ladda ner Youtube Summary Database-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | fkebhjgklndigljoigpnleapbknjhpld |
Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-summary-database/fkebhjgklndigljoigpnleapbknjhpld |
Beskrivning | See an AI generated short summary of a youtube video before you click on it |
Filstorlek | 61.76 KB |
Antal Installationer | 332 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2023-03-03 |
Publiceringsdatum | 2023-02-19 |
Betyg | 4.80/5 Totalt 5 Betyg |
Utvecklare | http://summarydatabase.xyz |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |