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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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
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
}