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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة UCSD Podcast Silence Fast-Forward

قم بتنزيل ملفات الامتداد UCSD Podcast Silence Fast-Forward بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        🚀 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 UCSD Podcast 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
عنوان صفحة المساعدة 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
}