Next

Click 'Play Next' automatically on Udacity and Udemy

Cos'è Next?

Next è un'estensione di Chrome sviluppata da magahet, e la sua funzione principale è "Click 'Play Next' automatically on Udacity and Udemy".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Next

Scarica i file di estensione Next in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Next Next
ID ohbainpmaikiicdjgnbpcekhlmdigopi
URL Ufficiale https://chromewebstore.google.com/detail/next/ohbainpmaikiicdjgnbpcekhlmdigopi
Descrizione Click 'Play Next' automatically on Udacity and Udemy
Dimensione del File 7.24 KB
Conteggio Installazioni 99
Versione Corrente 1.4
Ultimo Aggiornamento 2021-01-08
Data di Pubblicazione 2018-05-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore magahet
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/magahet/next
URL della Pagina della Politica sulla Privacy https://www.gmendiola.com/privicy
Lingue Supportate 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"
            ]
        }
    ]
}