UCSD Podcast Silence Fast-Forward
Help skip silence in UCSD podcasts.
O que é UCSD Podcast Silence Fast-Forward?
UCSD Podcast Silence Fast-Forward é uma extensão do Chrome desenvolvida por 17victork, e sua principal característica é "Help skip silence in UCSD podcasts.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UCSD Podcast Silence Fast-Forward
Baixe arquivos de extensão UCSD Podcast Silence Fast-Forward 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
🚀 Revolutionize your 🎓 UCSD lecture experience with our cutting-edge tool! Effortlessly fast forward or skip through silent segments 🎧 in lecture podcasts, ensuring you breeze through dull moments, making your learning more efficient and enjoyable. Say goodbye to boredom 👋 and hello to a smarter, streamlined way of mastering your coursework! 🌟 Your lectures just got an upgrade! Unleash the power of productivity! 💪 Embrace a new era of learning without pause! 🌈 The project is open source. Github: https://github.com/WojtekTB/UCSD-Silence-Fast-Forward
Informações Básicas da Extensão
Nome | UCSD Podcast Silence Fast-Forward |
ID | hhambeeokedhfflpgbkcbobiadfbmbfp |
URL Oficial | https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp |
Descrição | Help skip silence in UCSD podcasts. |
Tamanho do Arquivo | 30.73 KB |
Contagem de Instalações | 99 |
Versão Atual | 0.6 |
Última Atualização | 2024-02-24 |
Data de Publicação | 2024-01-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | 17victork |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
URL da Página de Ajuda | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UCSD Podcast Silence Fast-Forward", "description": "Help skip silence in UCSD podcasts.", "version": "0.6", "icons": { "128": "ucsd-icon-128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "activeTab" ], "web_accessible_resources": [ { "resources": [ "table.html", "scripts\/*", "styles\/*" ], "matches": [ "https:\/\/podcast.ucsd.edu\/*" ], "use_dyanmics_url": true } ], "content_scripts": [ { "matches": [ "https:\/\/podcast.ucsd.edu\/watch\/*" ], "js": [ "scripts\/browser_action.js", "scripts\/helper_functions.js" ] } ], "manifest_version": 3 } |