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
官方網址 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
}