YouTube Not Paused
Video paused. Continue watching?
YouTube Not Pausedとは何ですか?
YouTube Not Pausedはhttps://ydk.vcによって開発されたChromeの拡張機能で、その主な機能は「Video paused. Continue watching?」です。
拡張機能のスクリーンショット
YouTube Not Paused拡張機能のCRXファイルをダウンロード
YouTube Not Paused拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Q. 動画が一時停止されました。続きを視聴しますか?
A. ( ´Д`) <うるせぇ、エビフライぶつけんぞ
*. 自動的に確認ボックスの「はい」をクリックする拡張です
Q. Video paused. Continue watching?
A. ( 'A`) < Shut up. Throw the fried shrimp.
*. This extension auto-clicking "Yes" in the confirmation box.                     拡張機能の基本情報
| 名前 |  | 
| 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 | 
| Eメール | [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
        }
    ]
} | |