Disable Autoplay on YouTube

Automatically disable autoplay on YouTube

Disable Autoplay on YouTube là gì?

Disable Autoplay on YouTube là một tiện ích mở rộng Chrome được phát triển bởi Julio Carrió, và tính năng chính của nó là "Automatically disable autoplay on YouTube".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disable Autoplay on YouTube

Tải xuống các tệp mở rộng Disable Autoplay on YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Disable Autoplay on YouTube Disable Autoplay on YouTube
ID mhnjhaekhlafoabhhpakebdpemkddcjd
URL Chính Thức https://chrome.google.com/webstore/detail/disable-autoplay-on-youtu/mhnjhaekhlafoabhhpakebdpemkddcjd
Mô tả Automatically disable autoplay on YouTube
Kích Thước Tệp 10 KB
Số Lần Cài Đặt 757
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2019-06-05
Ngày Phát Hành 2019-06-05
Đánh Giá 3.12/5 Tổng số 33 Đánh Giá
Nhà Phát Triển Julio Carrió
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}