UCSD Podcast Silence Fast-Forward
Help skip silence in UCSD podcasts.
Cos'è UCSD Podcast Silence Fast-Forward?
UCSD Podcast Silence Fast-Forward è un'estensione di Chrome sviluppata da 17victork, e la sua funzione principale è "Help skip silence in UCSD podcasts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UCSD Podcast Silence Fast-Forward
Scarica i file di estensione UCSD Podcast Silence Fast-Forward in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🚀 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
Informazioni di Base sull'Estensione
Nome | UCSD Podcast Silence Fast-Forward |
ID | hhambeeokedhfflpgbkcbobiadfbmbfp |
URL Ufficiale | https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp |
Descrizione | Help skip silence in UCSD podcasts. |
Dimensione del File | 30.73 KB |
Conteggio Installazioni | 99 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2024-02-24 |
Data di Pubblicazione | 2024-01-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | 17victork |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
URL della Pagina di Aiuto | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
Lingue Supportate | 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 } |