Watch Later button
Add a quick way to save videos to Watch Later on YouTube
Co to jest Watch Later button?
Watch Later button to rozszerzenie Chrome opracowane przez Pletnov Alex, a jego główną funkcją jest „Add a quick way to save videos to Watch Later on YouTube”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Watch Later button
Pobierz pliki rozszerzeń Watch Later button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | igehcnnhegiagilpnablldbbcnjabkab |
| Oficjalny URL | https://chromewebstore.google.com/detail/watch-later-button/igehcnnhegiagilpnablldbbcnjabkab |
| Opis | Add a quick way to save videos to Watch Later on YouTube |
| Rozmiar pliku | 88.67 KB |
| Liczba instalacji | 54 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2023-12-26 |
| Data Publikacji | 2022-12-15 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | Pletnov Alex |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |