UCSD Podcast Silence Fast-Forward
Help skip silence in UCSD podcasts.
Co to jest UCSD Podcast Silence Fast-Forward?
UCSD Podcast Silence Fast-Forward to rozszerzenie Chrome opracowane przez 17victork, a jego główną funkcją jest „Help skip silence in UCSD podcasts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UCSD Podcast Silence Fast-Forward
Pobierz pliki rozszerzeń UCSD Podcast Silence Fast-Forward w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
🚀 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
Podstawowe informacje o rozszerzeniu
Nazwa | UCSD Podcast Silence Fast-Forward |
ID | hhambeeokedhfflpgbkcbobiadfbmbfp |
Oficjalny URL | https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp |
Opis | Help skip silence in UCSD podcasts. |
Rozmiar pliku | 30.73 KB |
Liczba instalacji | 99 |
Aktualna Wersja | 0.6 |
Ostatnia Aktualizacja | 2024-02-24 |
Data Publikacji | 2024-01-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | 17victork |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
Adres URL Strony Pomocy | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
Obsługiwane Języki | 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 } |