UCSD Podcast Silence Fast-Forward
Help skip silence in UCSD podcasts.
Vad är UCSD Podcast Silence Fast-Forward?
UCSD Podcast Silence Fast-Forward är en Chrome-tillägg utvecklad av 17victork, och dess huvudfunktion är "Help skip silence in UCSD podcasts.".
Tilläggsskärmbilder
Ladda ner UCSD Podcast Silence Fast-Forward-förlängningens CRX-fil
Ladda ner UCSD Podcast Silence Fast-Forward-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
🚀 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 Grundläggande Information om Tillägg
| Namn | |
| ID | hhambeeokedhfflpgbkcbobiadfbmbfp |
| Officiell webbadress | https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp |
| Beskrivning | Help skip silence in UCSD podcasts. |
| Filstorlek | 30.73 KB |
| Antal Installationer | 99 |
| Aktuell Version | 0.6 |
| Senast Uppdaterad | 2024-02-24 |
| Publiceringsdatum | 2024-01-26 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | 17victork |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
| Hjälpsida URL | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
| Stödda Språk | 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
} | |