Youtube Nonstop

Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'

What is Youtube Nonstop?

Youtube Nonstop is a Chrome extension developed by khongoton, and its main feature is "Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'".

Extension Screenshots

screenshot

Download Youtube Nonstop Extension CRX File

Download Youtube Nonstop 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

                        Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'                    

Extension Basic Information

Name Youtube Nonstop Youtube Nonstop
ID mchagemcboihinadnlbiddcfepiakfop
Official URL https://chromewebstore.google.com/detail/youtube-nonstop/mchagemcboihinadnlbiddcfepiakfop
Description Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'
File Size 10.27 KB
Installation Count 864
Current Version 1.0.3
Last Updated 2023-06-06
Publish Date 2023-03-16
Rating 2.83/5 Total 6 Ratings
Developer khongoton
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Nonstop",
    "description": "Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'",
    "version": "1.0.3",
    "icons": {
        "16": "public\/icons\/16.png",
        "48": "public\/icons\/48.png",
        "128": "public\/icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "tab\/ytnonstop.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}