Disable Autoplay on YouTube

Automatically disable autoplay on YouTube

Cos'è Disable Autoplay on YouTube?

Disable Autoplay on YouTube è un'estensione di Chrome sviluppata da Julio Carrió, e la sua funzione principale è "Automatically disable autoplay on YouTube".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Disable Autoplay on YouTube

Scarica i file di estensione Disable Autoplay on YouTube 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

                        Update: Fix new youtube version. 06/05/2019

The simplest extension found here. Shut off the autoplay option on youtube, that loads a suggested video when the current video ends. This extension doesn't interfere in the functioning of playlists.

note: after cleaning the browser history, the default value from youtube will come back, but with this extension you don't need to change again. Works very well!

Portuguese translation:
Extensão mais simples encontrada aqui. Desliga a opção autoplay do youtube, que carrega um vídeo sugerido quando a reprodução atual termina. Esta extensão não interfere no funcionamento de listas de reprodução.

nota: depois de limpar o histórico do browser, o padrão do youtube volta, mas com essa extensão não será necessário mudar novamente. Funciona muito bem!                    

Informazioni di Base sull'Estensione

Nome Disable Autoplay on YouTube Disable Autoplay on YouTube
ID mhnjhaekhlafoabhhpakebdpemkddcjd
URL Ufficiale https://chrome.google.com/webstore/detail/disable-autoplay-on-youtu/mhnjhaekhlafoabhhpakebdpemkddcjd
Descrizione Automatically disable autoplay on YouTube
Dimensione del File 10 KB
Conteggio Installazioni 757
Versione Corrente 1.5
Ultimo Aggiornamento 2019-06-05
Data di Pubblicazione 2019-06-05
Valutazione 3.12/5 Totale 33 Valutazioni
Sviluppatore Julio Carrió
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Autoplay on YouTube",
    "version": "1.5",
    "description": "Automatically disable autoplay on YouTube",
    "short_name": "Disable Autoplay",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "index.html"
    },
    "web_accessible_resources": [
        "disable_autoplay.js"
    ],
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*"
    ],
    "manifest_version": 2
}