Watch Later button
Add a quick way to save videos to Watch Later on YouTube
Hvad er Watch Later button?
Watch Later button er en Chrome-udvidelse udviklet af Pletnov Alex, og dens hovedfunktion er "Add a quick way to save videos to Watch Later on YouTube".
Udvidelsesskærmbilleder
Download Watch Later button-udvidelses-CRX-fil
Download Watch Later button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Watch Later button |
ID | igehcnnhegiagilpnablldbbcnjabkab |
Officiel URL | https://chromewebstore.google.com/detail/watch-later-button/igehcnnhegiagilpnablldbbcnjabkab |
Beskrivelse | Add a quick way to save videos to Watch Later on YouTube |
Filstørrelse | 88.67 KB |
Antal Installationer | 54 |
Nuværende Version | 1.1 |
Senest Opdateret | 2023-12-26 |
Udgivelsesdato | 2022-12-15 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Pletnov Alex |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |