Stop Youtube Autoplay

Stop Youtube Autoplay feature for Watch Later videos

Cos'è Stop Youtube Autoplay?

Stop Youtube Autoplay è un'estensione di Chrome sviluppata da memorizer.eecs, e la sua funzione principale è "Stop Youtube Autoplay feature for Watch Later videos".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Stop Youtube Autoplay

Scarica i file di estensione Stop Youtube Autoplay 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

                        Extension to stop Youtube autoplay, specifically for your Watch Later list.

- Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist.

*Note: 
- currently only works for Watch Later list
- currently only works if the selected video is opened in a new tab                    

Informazioni di Base sull'Estensione

Nome Stop Youtube Autoplay Stop Youtube Autoplay
ID igfflabimklppabjlnhhpmjmjmnbgcfl
URL Ufficiale https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl
Descrizione Stop Youtube Autoplay feature for Watch Later videos
Dimensione del File 29.79 KB
Conteggio Installazioni 108
Versione Corrente 1.0
Ultimo Aggiornamento 2022-02-25
Data di Pubblicazione 2022-02-25
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore memorizer.eecs
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stop Youtube Autoplay",
    "description": "Stop Youtube Autoplay feature for Watch Later videos",
    "version": "1.0",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "action": {
        "default_title": "Stop Youtube Autoplay",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon.png"
        }
    }
}