Nextvid Stopper for YouTube™

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

What is Nextvid Stopper for YouTube™?

Nextvid Stopper for YouTube™ is a Chrome extension developed by Jenna R, and its main feature is "This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.".

Extension Screenshots

screenshot
screenshot

Download Nextvid Stopper for YouTube™ Extension CRX File

Download Nextvid Stopper for YouTube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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™.                    

Extension Basic Information

Name Nextvid Stopper for YouTube™ Nextvid Stopper for YouTube™
ID lhgkhlpecokabjdphcgfakhegiacmoca
Official URL https://chrome.google.com/webstore/detail/nextvid-stopper-for-youtu/lhgkhlpecokabjdphcgfakhegiacmoca
Description This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.
File Size 33.66 KB
Installation Count 4,000
Current Version 1.8
Last Updated 2018-02-11
Publish Date 2018-02-11
Rating 3.86/5 Total 178 Ratings
Developer Jenna R
Payment Type free
Supported Languages 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"
    ]
}