UCSD Podcast Silence Fast-Forward

Help skip silence in UCSD podcasts.

UCSD Podcast Silence Fast-Forward là gì?

UCSD Podcast Silence Fast-Forward là một tiện ích mở rộng Chrome được phát triển bởi 17victork, và tính năng chính của nó là "Help skip silence in UCSD podcasts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UCSD Podcast Silence Fast-Forward

Tải xuống các tệp mở rộng UCSD Podcast Silence Fast-Forward dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🚀 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UCSD Podcast Silence Fast-Forward UCSD Podcast Silence Fast-Forward
ID hhambeeokedhfflpgbkcbobiadfbmbfp
URL Chính Thức https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp
Mô tả Help skip silence in UCSD podcasts.
Kích Thước Tệp 30.73 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2024-01-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 17victork
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/WojtekTB/UCSD-Get-To-Yapping
URL Trang Trợ Giúp https://github.com/WojtekTB/UCSD-Get-To-Yapping
Ngôn Ngữ Được Hỗ Trợ 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
}