UCSD Podcast Silence Fast-Forward
Help skip silence in UCSD podcasts.
Что такое UCSD Podcast Silence Fast-Forward?
UCSD Podcast Silence Fast-Forward - это расширение Chrome, разработанное 17victork, и его основная функция - "Help skip silence in UCSD podcasts.".
Снимки экрана расширения
Скачать файл CRX расширения UCSD Podcast Silence Fast-Forward
Скачайте файлы расширений UCSD Podcast Silence Fast-Forward в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
🚀 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 Основная информация о расширении
| Название | |
| ID | hhambeeokedhfflpgbkcbobiadfbmbfp |
| Официальный URL | https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp |
| Описание | Help skip silence in UCSD podcasts. |
| Размер файла | 30.73 KB |
| Количество установок | 99 |
| Текущая Версия | 0.6 |
| Последнее Обновление | 2024-02-24 |
| Дата публикации | 2024-01-26 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | 17victork |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
| URL страницы помощи | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
| Поддерживаемые языки | 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
} | |