UCSD Podcast Silence Fast-Forward
Help skip silence in UCSD podcasts.
Apa itu UCSD Podcast Silence Fast-Forward?
UCSD Podcast Silence Fast-Forward adalah ekstensi Chrome yang dikembangkan oleh 17victork, dan fitur utamanya adalah "Help skip silence in UCSD podcasts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UCSD Podcast Silence Fast-Forward
Unduh file ekstensi UCSD Podcast Silence Fast-Forward dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
🚀 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
Informasi Dasar Ekstensi
Nama | UCSD Podcast Silence Fast-Forward |
ID | hhambeeokedhfflpgbkcbobiadfbmbfp |
URL Resmi | https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp |
Deskripsi | Help skip silence in UCSD podcasts. |
Ukuran File | 30.73 KB |
Jumlah Instalasi | 99 |
Versi Saat Ini | 0.6 |
Terakhir Diperbarui | 2024-02-24 |
Tanggal Publikasi | 2024-01-26 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | 17victork |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
URL Halaman Bantuan | https://github.com/WojtekTB/UCSD-Get-To-Yapping |
Bahasa yang Didukung | 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 } |