Don’t Watch Later

A simple extension to disable autoplay for videos from your YouTube watch later playlist.

Don’t Watch Laterとは何ですか?

Don’t Watch LaterはShakeelによって開発されたChromeの拡張機能で、その主な機能は「A simple extension to disable autoplay for videos from your YouTube watch later playlist.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Don’t Watch Later拡張機能のCRXファイルをダウンロード

Don’t Watch Later拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple Google Chrome extension to disable autoplay for videos from your YouTube Watch Later playlist.

I usually open videos in a new tab from my Watch Later playlist, which automatically has the `list=WL` querystring parameter. I also don’t usually watch videos in the order I added them to my Watch Later playlist. Instead of trying to hack YouTube’s massive amounts of JavaScript, this plugin does exactly what I need.

This extension doesn't track any of your data usage, and is open sourced at https://github.com/shakeelmohamed/dont-watch-later                    

拡張機能の基本情報

名前 Don’t Watch Later Don’t Watch Later
ID ehoknndjpaojgkmmiagiiejdbhfeckch
公式URL https://chromewebstore.google.com/detail/don%E2%80%99t-watch-later/ehoknndjpaojgkmmiagiiejdbhfeckch
説明 A simple extension to disable autoplay for videos from your YouTube watch later playlist.
ファイルサイズ 11.92 KB
インストール数 70
現在のバージョン 0.3.0
最終更新日 2023-12-24
公開日 2017-10-19
評価 4.33/5 合計 9 レビュー
開発者 Shakeel
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/shakeelmohamed/dont-watch-later
ヘルプページのURL https://github.com/shakeelmohamed/dont-watch-later/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don\u2019t Watch Later",
    "version": "0.3.0",
    "description": "A simple extension to disable autoplay for videos from your YouTube watch later playlist.",
    "icons": {
        "128": "x-icon-128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/watch*list=wl*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "manifest_version": 3
}