No AutoPlay

Pauses any HTML5 videos that would autoplay. Click to play the video when you want to watch it, not when you open the browser tab.

No AutoPlay là gì?

No AutoPlay là một tiện ích mở rộng Chrome được phát triển bởi jccovey, và tính năng chính của nó là "Pauses any HTML5 videos that would autoplay. Click to play the video when you want to watch it, not when you open the browser tab.".

Tải xuống tệp CRX của tiện ích mở rộng No AutoPlay

Tải xuống các tệp mở rộng No AutoPlay 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

                        Limited to YouTube videos. 

The extension will not prevent HTML5 videos hosted on other websites auto-playing, but for YouTube videos, the extension will pause the video when the page loads.                    

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

Tên No AutoPlay No AutoPlay
ID kpcjcnadodbmcfhkknekeofhidnkjeii
URL Chính Thức https://chromewebstore.google.com/detail/no-autoplay/kpcjcnadodbmcfhkknekeofhidnkjeii
Mô tả Pauses any HTML5 videos that would autoplay. Click to play the video when you want to watch it, not when you open the browser tab.
Kích Thước Tệp 4.07 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-12-06
Ngày Phát Hành 2017-12-06
Đánh Giá 3.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển jccovey
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": "No AutoPlay",
    "version": "1.0.0",
    "description": "Pauses any HTML5 videos that would autoplay. Click to play the video when you want to watch it, not when you open the browser tab.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtu.be\/*",
                "https:\/\/*.youtu.be\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "manifest_version": 2
}