Watch Later button
Add a quick way to save videos to Watch Later on YouTube
Wat is Watch Later button?
Watch Later button is een Chrome-extensie ontwikkeld door Pletnov Alex, en de belangrijkste functie is "Add a quick way to save videos to Watch Later on YouTube".
Extensie Screenshots
Download het CRX-bestand van de extensie Watch Later button
Download Watch Later button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Watch Later button |
ID | igehcnnhegiagilpnablldbbcnjabkab |
Officiële URL | https://chromewebstore.google.com/detail/watch-later-button/igehcnnhegiagilpnablldbbcnjabkab |
Beschrijving | Add a quick way to save videos to Watch Later on YouTube |
Bestandsgrootte | 88.67 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-12-26 |
Publicatiedatum | 2022-12-15 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Pletnov Alex |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |