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 |
| Eメール | [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
} | |