You(Tube) don't stop!

Prevents annoying "video paused" dialogs from showing up

What is You(Tube) don't stop!?

You(Tube) don't stop! is a Chrome extension developed by spmn, and its main feature is "Prevents annoying "video paused" dialogs from showing up".

Extension Screenshots

screenshot

Download You(Tube) don't stop! Extension CRX File

Download You(Tube) don't stop! 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

                        Recently, YouTube introduced a new "feature" which stops the video playback after a predetermined period of inactivity.

This extension fools YouTube into thinking that you are constantly active, so those "video paused" pop-ups won't show up at all.                    

Extension Basic Information

Name You(Tube) don't stop! You(Tube) don't stop!
ID odklofidedfkjjgjnobmpipmobmlgkel
Official URL https://chromewebstore.google.com/detail/youtube-dont-stop/odklofidedfkjjgjnobmpipmobmlgkel
Description Prevents annoying "video paused" dialogs from showing up
File Size 5.73 KB
Installation Count 4,596
Current Version 1.1.0
Last Updated 2019-06-23
Publish Date 2019-06-23
Rating 3.70/5 Total 10 Ratings
Developer spmn
Payment Type free
Extension Website https://github.com/spmn/yt-dont-stop/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "You(Tube) don't stop!",
    "version": "1.1.0",
    "description": "Prevents annoying \"video paused\" dialogs from showing up",
    "homepage_url": "https:\/\/github.com\/spmn\/yt-dont-stop",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtu.be\/*"
            ],
            "js": [
                "js\/bootstrapper.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/payload.js"
    ],
    "icons": {
        "128": "img\/icon_128.png"
    }
}