UCSD Podcast Silence Fast-Forward
Help skip silence in UCSD podcasts.
Wat is UCSD Podcast Silence Fast-Forward?
UCSD Podcast Silence Fast-Forward is een Chrome-extensie ontwikkeld door 17victork, en de belangrijkste functie is "Help skip silence in UCSD podcasts.".
Extensie Screenshots
Download het CRX-bestand van de extensie UCSD Podcast Silence Fast-Forward
Download UCSD Podcast Silence Fast-Forward-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
🚀 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
Basisinformatie over de Extensie
Naam | UCSD Podcast Silence Fast-Forward |
ID | hhambeeokedhfflpgbkcbobiadfbmbfp |
Officiële URL | https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp |
Beschrijving | Help skip silence in UCSD podcasts. |
Bestandsgrootte | 30.73 KB |
Aantal Installaties | 99 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2024-02-24 |
Publicatiedatum | 2024-01-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | 17victork |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
Help Pagina-URL | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
Ondersteunde Talen | 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 } |