UCSD Podcast Silence Fast-Forward
Help skip silence in UCSD podcasts.
什么是UCSD Podcast Silence Fast-Forward?
UCSD Podcast Silence Fast-Forward是由17victork开发的Chrome扩展程序,该扩展的主要功能是“Help skip silence in UCSD podcasts.”。
扩展截图
下载UCSD Podcast Silence Fast-Forward扩展crx文件
下载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
} | |