Watch Later button

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

Qu'est-ce que Watch Later button ?

Watch Later button est une extension Chrome développée par Pletnov Alex, et sa fonction principale est "Add a quick way to save videos to Watch Later on YouTube".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Watch Later button

Téléchargez les fichiers d'extension Watch Later button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Watch Later button Watch Later button
ID igehcnnhegiagilpnablldbbcnjabkab
URL Officiel https://chromewebstore.google.com/detail/watch-later-button/igehcnnhegiagilpnablldbbcnjabkab
Description Add a quick way to save videos to Watch Later on YouTube
Taille du Fichier 88.67 KB
Nombre d'Installations 54
Version Actuelle 1.1
Dernière Mise à Jour 2023-12-26
Date de Publication 2022-12-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur Pletnov Alex
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}