UCSD Podcast Silence Fast-Forward
Help skip silence in UCSD podcasts.
Was ist UCSD Podcast Silence Fast-Forward?
UCSD Podcast Silence Fast-Forward ist eine Chrome-Erweiterung, die von 17victork entwickelt wurde, und ihr Hauptmerkmal ist "Help skip silence in UCSD podcasts.".
Erweiterungsscreenshots
UCSD Podcast Silence Fast-Forward-Erweiterungs-CRX-Datei herunterladen
Laden Sie UCSD Podcast Silence Fast-Forward-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
🚀 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
Grundlegende Informationen zur Erweiterung
Name | UCSD Podcast Silence Fast-Forward |
ID | hhambeeokedhfflpgbkcbobiadfbmbfp |
Offizielle URL | https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp |
Beschreibung | Help skip silence in UCSD podcasts. |
Dateigröße | 30.73 KB |
Installationsanzahl | 99 |
Aktuelle Version | 0.6 |
Letztes Update | 2024-02-24 |
Veröffentlichungsdatum | 2024-01-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | 17victork |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
Hilfeseite URL | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
Unterstützte Sprachen | 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 } |