Next

Click 'Play Next' automatically on Udacity and Udemy

Qu'est-ce que Next ?

Next est une extension Chrome développée par magahet, et sa fonction principale est "Click 'Play Next' automatically on Udacity and Udemy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Next

Téléchargez les fichiers d'extension Next 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

                        Udacity and Udemy courses have a 5 second delay between videos. This extension presses 'Play Next' automatically at the end of a video. This skips the 5 second delay.                    

Informations de Base sur l'Extension

Nom Next Next
ID ohbainpmaikiicdjgnbpcekhlmdigopi
URL Officiel https://chromewebstore.google.com/detail/next/ohbainpmaikiicdjgnbpcekhlmdigopi
Description Click 'Play Next' automatically on Udacity and Udemy
Taille du Fichier 7.24 KB
Nombre d'Installations 99
Version Actuelle 1.4
Dernière Mise à Jour 2021-01-08
Date de Publication 2018-05-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur magahet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/magahet/next
URL de la Page de Politique de Confidentialité https://www.gmendiola.com/privicy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Next",
    "version": "1.4",
    "description": "Click 'Play Next' automatically on Udacity and Udemy",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Next"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.udacity.com\/*",
                "https:\/\/www.udemy.com\/*"
            ],
            "js": [
                "next.js"
            ]
        }
    ]
}