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
擴展基本資訊
名稱 | UCSD Podcast Silence Fast-Forward |
ID | hhambeeokedhfflpgbkcbobiadfbmbfp |
官方網址 | 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 } |