Better watch later

Cleans up the 'Watch later' list on youtube

Better watch later क्या है?

Better watch later nikolajaaes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cleans up the 'Watch later' list on youtube"।

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

screenshot

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

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

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

                        This extension makes the 'Watch later' page on youtube more compact and moves several of the buttons from a dropdown menu out to the page, saving a click every time you want to move or remove a video from the list.                    

एक्सटेंशन की मूल जानकारी

नाम Better watch later Better watch later
ID daiklokgbmbpnjnjbikdmjjdpbednjnh
आधिकारिक URL https://chrome.google.com/webstore/detail/better-watch-later/daiklokgbmbpnjnjbikdmjjdpbednjnh
विवरण Cleans up the 'Watch later' list on youtube
फ़ाइल का आकार 34.51 KB
स्थापना संख्या 254
वर्तमान संस्करण 1.4
अंतिम अपडेट 2022-03-21
प्रकाशन तिथि 2021-05-16
रेटिंग 3.89/5 कुल 9 रेटिंग्स
डेवलपर nikolajaaes
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better watch later",
    "description": "Cleans up the 'Watch later' list on youtube",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/playlist?list=WL"
            ],
            "css": [
                "betterWatchLater.css"
            ],
            "js": [
                "betterWatchLater.js"
            ]
        }
    ]
}