YouTube Not Paused

Video paused. Continue watching?

YouTube Not Paused란 무엇입니까?

YouTube Not Paused은(는) https://ydk.vc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video paused. Continue watching?"입니다.

확장 프로그램 스크린샷

screenshot

YouTube Not Paused 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 YouTube Not Paused YouTube Not Paused
ID gddbkdpdnoeplfjbkpopjngdgcokpmbo
공식 URL https://chromewebstore.google.com/detail/youtube-not-paused/gddbkdpdnoeplfjbkpopjngdgcokpmbo
설명 Video paused. Continue watching?
파일 크기 11.65 KB
설치 횟수 346
현재 버전 1.0.2
최근 업데이트 2023-07-07
출시 날짜 2020-06-01
평점 3.00/5 총 2 개의 평점
개발자 https://ydk.vc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/yudukiak/YouTubeNotPaused
지원되는 언어 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
        }
    ]
}