YouTube - Don't Stop
Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.
What is YouTube - Don't Stop?
YouTube - Don't Stop is a Chrome extension developed by Nibble Bytes, and its main feature is "Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.".
Extension Screenshots
Download YouTube - Don't Stop Extension CRX File
Download YouTube - 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
Removes YouTube popups so you can keep listening to your music without interruption. Fast and efficient and no frills. Contact the author if it stops working for any reason. Instructions: This Extension (as other extensions) only works when Youtube is the active tab in Chrome.
Extension Basic Information
Name | YouTube - Don't Stop |
ID | lfccbkicpiohnnalhapdgjadlcahicip |
Official URL | https://chromewebstore.google.com/detail/youtube-dont-stop/lfccbkicpiohnnalhapdgjadlcahicip |
Description | Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient. |
File Size | 46.52 KB |
Installation Count | 2,929 |
Current Version | 1.2 |
Last Updated | 2020-01-15 |
Publish Date | 2020-01-14 |
Rating | 2.80/5 Total 5 Ratings |
Developer | Nibble Bytes |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube - Don't Stop", "version": "1.2", "icons": { "128": "128x128 icon.png" }, "description": "Remove the \"Video paused. Continue watching?\" popup & \"Get it now\" Youtube Premium popup ad. No frills & efficient.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.4.1.min.js", "continue_watching.js" ], "all_frames": true } ] } |