UCSD Podcast Silence Fast-Forward
Help skip silence in UCSD podcasts.
What is UCSD Podcast Silence Fast-Forward?
UCSD Podcast Silence Fast-Forward is a Chrome extension developed by 17victork, and its main feature is "Help skip silence in UCSD podcasts.".
Extension Screenshots
Download UCSD Podcast Silence Fast-Forward Extension CRX File
Download UCSD Podcast Silence Fast-Forward extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🚀 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 Extension Basic Information
| Name | |
| ID | hhambeeokedhfflpgbkcbobiadfbmbfp |
| Official URL | https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp |
| Description | Help skip silence in UCSD podcasts. |
| File Size | 30.73 KB |
| Installation Count | 99 |
| Current Version | 0.6 |
| Last Updated | 2024-02-24 |
| Publish Date | 2024-01-26 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | 17victork |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
| Help Page URL | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
| Supported Languages | 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
} | |