Watch Later button

Add a quick way to save videos to Watch Later on YouTube

Watch Later button क्या है?

Watch Later button Pletnov Alex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a quick way to save videos to Watch Later on YouTube"।

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

screenshot
screenshot

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

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

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

                        Quick way to add video to "Watch Later.."
Add a quick way to save videos to Watch Later on YouTube.
Minimal. Simple.

YouTube™ is a trademark of Google Inc.
Use of this trademark is subject to Google Permissions.                    

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

नाम Watch Later button Watch Later button
ID igehcnnhegiagilpnablldbbcnjabkab
आधिकारिक URL https://chromewebstore.google.com/detail/watch-later-button/igehcnnhegiagilpnablldbbcnjabkab
विवरण Add a quick way to save videos to Watch Later on YouTube
फ़ाइल का आकार 88.67 KB
स्थापना संख्या 54
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2022-12-15
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Pletnov Alex
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Watch Later button",
    "description": "Add a quick way to save videos to Watch Later on YouTube",
    "version": "1.1",
    "author": "@2thecrow",
    "icons": {
        "16": "assets\/icons\/red\/iconmonstr-text-plus-lined-16.png",
        "32": "assets\/icons\/red\/iconmonstr-text-plus-lined-32.png",
        "48": "assets\/icons\/red\/iconmonstr-text-plus-lined-48.png",
        "128": "assets\/icons\/red\/iconmonstr-text-plus-lined-120.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/styles\/style.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/saveto.js"
            ]
        }
    ]
}