Nextvid Stopper for YouTube™

This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.

Nextvid Stopper for YouTube™ là gì?

Nextvid Stopper for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Jenna R, và tính năng chính của nó là "This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.".

Ả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 Nextvid Stopper for YouTube™

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

                        Nextvid Stopper for YouTube™ is a lightweight extension that stops playlists from automatically going to the next video by toggling the autoplay button to 'off' every time you visit a playlist. 

You can quickly disable Nextvid Stopper for YouTube™ by clicking on the icon in the address bar. If you want it to continue stopping autoplay, just click the icon again to enable it. 

This extension won't stop autoplay for embedded YouTube™ playlists on other websites.

YouTube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Nextvid Stopper for YouTube™ is NOT an official extension from YouTube™.                    

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

Tên Nextvid Stopper for YouTube™ Nextvid Stopper for YouTube™
ID lhgkhlpecokabjdphcgfakhegiacmoca
URL Chính Thức https://chrome.google.com/webstore/detail/nextvid-stopper-for-youtu/lhgkhlpecokabjdphcgfakhegiacmoca
Mô tả This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.
Kích Thước Tệp 33.66 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2018-02-11
Ngày Phát Hành 2018-02-11
Đánh Giá 3.86/5 Tổng số 178 Đánh Giá
Nhà Phát Triển Jenna R
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",
    "manifest_version": 2,
    "name": "Nextvid Stopper for YouTube\u2122",
    "description": "This extension stops YouTube\u2122 playlists from going to the next video automatically by toggling autoplay to 'off'.",
    "version": "1.8",
    "background": {
        "scripts": [
            "stop.js"
        ],
        "persistent": false
    },
    "icons": {
        "19": "icon19.png",
        "38": "icon38.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Nextvid Stopper for YouTube\u2122 Enabled"
    },
    "options_page": "options.html",
    "permissions": [
        "declarativeContent",
        "tabs",
        "*:\/\/*.youtube.com\/",
        "storage"
    ]
}