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
电子邮箱 [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
}