Youtube Summary Database
See an AI generated short summary of a youtube video before you click on it
O que é Youtube Summary Database?
Youtube Summary Database é uma extensão do Chrome desenvolvida por http://summarydatabase.xyz, e sua principal característica é "See an AI generated short summary of a youtube video before you click on it".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Summary Database
Baixe arquivos de extensão Youtube Summary Database no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | fkebhjgklndigljoigpnleapbknjhpld |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-summary-database/fkebhjgklndigljoigpnleapbknjhpld |
Descrição | See an AI generated short summary of a youtube video before you click on it |
Tamanho do Arquivo | 61.76 KB |
Contagem de Instalações | 332 |
Versão Atual | 1.1 |
Última Atualização | 2023-03-03 |
Data de Publicação | 2023-02-19 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | http://summarydatabase.xyz |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |