UCSD Podcast Silence Fast-Forward

Help skip silence in UCSD podcasts.

Qu'est-ce que UCSD Podcast Silence Fast-Forward ?

UCSD Podcast Silence Fast-Forward est une extension Chrome développée par 17victork, et sa fonction principale est "Help skip silence in UCSD podcasts.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UCSD Podcast Silence Fast-Forward

Téléchargez les fichiers d'extension UCSD Podcast Silence Fast-Forward au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🚀 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                    

Informations de Base sur l'Extension

Nom UCSD Podcast Silence Fast-Forward UCSD Podcast Silence Fast-Forward
ID hhambeeokedhfflpgbkcbobiadfbmbfp
URL Officiel https://chromewebstore.google.com/detail/ucsd-podcast-silence-fast/hhambeeokedhfflpgbkcbobiadfbmbfp
Description Help skip silence in UCSD podcasts.
Taille du Fichier 30.73 KB
Nombre d'Installations 99
Version Actuelle 0.6
Dernière Mise à Jour 2024-02-24
Date de Publication 2024-01-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur 17victork
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/WojtekTB/UCSD-Get-To-Yapping
URL de la Page d'Aide https://github.com/WojtekTB/UCSD-Get-To-Yapping
Langues Prises en Charge 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
}