UCSD Podcast Silence Fast-Forward
Help skip silence in UCSD podcasts.
¿Qué es UCSD Podcast Silence Fast-Forward?
UCSD Podcast Silence Fast-Forward es una extensión de Chrome desarrollada por 17victork, y su función principal es "Help skip silence in UCSD podcasts.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión UCSD Podcast Silence Fast-Forward
Descarga archivos de extensión UCSD Podcast Silence Fast-Forward en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
🚀 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
Información Básica de la Extensión
Nombre | UCSD Podcast Silence Fast-Forward |
ID | hhambeeokedhfflpgbkcbobiadfbmbfp |
URL Oficial | https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp |
Descripción | Help skip silence in UCSD podcasts. |
Tamaño del Archivo | 30.73 KB |
Cantidad de Instalaciones | 99 |
Versión Actual | 0.6 |
Última Actualización | 2024-02-24 |
Fecha de Publicación | 2024-01-26 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | 17victork |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
URL de la Página de Ayuda | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
Idiomas Soportados | 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 } |