YouTube Not Paused

Video paused. Continue watching?

What is YouTube Not Paused?

YouTube Not Paused is a Chrome extension developed by https://ydk.vc, and its main feature is "Video paused. Continue watching?".

Extension Screenshots

screenshot

Download YouTube Not Paused Extension CRX File

Download YouTube Not Paused 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

                        Q. 動画が一時停止されました。続きを視聴しますか?
A. ( ´Д`) <うるせぇ、エビフライぶつけんぞ
*. 自動的に確認ボックスの「はい」をクリックする拡張です

Q. Video paused. Continue watching?
A. ( 'A`) < Shut up. Throw the fried shrimp.
*. This extension auto-clicking "Yes" in the confirmation box.                    

Extension Basic Information

Name YouTube Not Paused YouTube Not Paused
ID gddbkdpdnoeplfjbkpopjngdgcokpmbo
Official URL https://chromewebstore.google.com/detail/youtube-not-paused/gddbkdpdnoeplfjbkpopjngdgcokpmbo
Description Video paused. Continue watching?
File Size 11.65 KB
Installation Count 346
Current Version 1.0.2
Last Updated 2023-07-07
Publish Date 2020-06-01
Rating 3.00/5 Total 2 Ratings
Developer https://ydk.vc
Email [email protected]
Payment Type free
Extension Website https://github.com/yudukiak/YouTubeNotPaused
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Not Paused",
    "version": "1.0.2",
    "description": "Video paused. Continue watching?",
    "author": "akasaka",
    "icons": {
        "16": "icons\/16.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}