UCSD Podcast Silence Fast-Forward

Help skip silence in UCSD podcasts.

UCSD Podcast Silence Fast-Forward क्या है?

UCSD Podcast Silence Fast-Forward 17victork द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help skip silence in UCSD podcasts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UCSD Podcast Silence Fast-Forward एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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
}