Stop Youtube Autoplay

Stop Youtube Autoplay feature for Watch Later videos

What is Stop Youtube Autoplay?

Stop Youtube Autoplay is a Chrome extension developed by memorizer.eecs, and its main feature is "Stop Youtube Autoplay feature for Watch Later videos".

Extension Screenshots

screenshot
screenshot

Download Stop Youtube Autoplay Extension CRX File

Download Stop Youtube Autoplay 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

                        Extension to stop Youtube autoplay, specifically for your Watch Later list.

- Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist.

*Note: 
- currently only works for Watch Later list
- currently only works if the selected video is opened in a new tab                    

Extension Basic Information

Name Stop Youtube Autoplay Stop Youtube Autoplay
ID igfflabimklppabjlnhhpmjmjmnbgcfl
Official URL https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl
Description Stop Youtube Autoplay feature for Watch Later videos
File Size 29.79 KB
Installation Count 108
Current Version 1.0
Last Updated 2022-02-25
Publish Date 2022-02-25
Rating 1.00/5 Total 2 Ratings
Developer memorizer.eecs
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stop Youtube Autoplay",
    "description": "Stop Youtube Autoplay feature for Watch Later videos",
    "version": "1.0",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "action": {
        "default_title": "Stop Youtube Autoplay",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon.png"
        }
    }
}