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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension to disable autoplay for videos from your YouTube watch later playlist."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Don’t Watch Later एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}