YouTube Music Autoplay
Autoconfirm "Video paused. Continue watching?"
What is YouTube Music Autoplay?
YouTube Music Autoplay is a Chrome extension developed by andrii.tishchenko, and its main feature is "Autoconfirm "Video paused. Continue watching?"".
Extension Screenshots
Download YouTube Music Autoplay Extension CRX File
Download YouTube Music 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
Autoconfirm the alert "Video paused. Continue watching?" on the YouTube Music website. https://github.com/andriitishchenko/yMusic
Extension Basic Information
Name | |
ID | nalganimephelkfmejchafnkfmaiajpa |
Official URL | https://chromewebstore.google.com/detail/youtube-music-autoplay/nalganimephelkfmejchafnkfmaiajpa |
Description | Autoconfirm "Video paused. Continue watching?" |
File Size | 12.65 KB |
Installation Count | 142 |
Current Version | 0.0.2 |
Last Updated | 2021-01-01 |
Publish Date | 2020-12-29 |
Rating | 2.00/5 Total 1 Ratings |
Developer | andrii.tishchenko |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/andriitishchenko/yMusic |
Help Page URL | https://github.com/andriitishchenko/yMusic |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Music Autoplay", "short_name": "YMusic", "version": "0.0.2", "description": "Autoconfirm \"Video paused. Continue watching?\"", "content_scripts": [ { "matches": [ "https:\/\/music.youtube.com\/*" ], "js": [ "injected.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" }, "manifest_version": 2 } |