Disable Autoplay on YouTube

Automatically disable autoplay on YouTube

Disable Autoplay on YouTubeとは何ですか?

Disable Autoplay on YouTubeはJulio Carrióによって開発されたChromeの拡張機能で、その主な機能は「Automatically disable autoplay on YouTube」です。

拡張機能のスクリーンショット

screenshot
screenshot

Disable Autoplay on YouTube拡張機能のCRXファイルをダウンロード

Disable Autoplay on YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Disable Autoplay on YouTube Disable Autoplay on YouTube
ID mhnjhaekhlafoabhhpakebdpemkddcjd
公式URL https://chrome.google.com/webstore/detail/disable-autoplay-on-youtu/mhnjhaekhlafoabhhpakebdpemkddcjd
説明 Automatically disable autoplay on YouTube
ファイルサイズ 10 KB
インストール数 757
現在のバージョン 1.5
最終更新日 2019-06-05
公開日 2019-06-05
評価 3.12/5 合計 33 レビュー
開発者 Julio Carrió
支払い方法 free
対応言語 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
}