Stop Youtube Autoplay
Stop Youtube Autoplay feature for Watch Later videos
Co to jest Stop Youtube Autoplay?
Stop Youtube Autoplay to rozszerzenie Chrome opracowane przez memorizer.eecs, a jego główną funkcją jest „Stop Youtube Autoplay feature for Watch Later videos”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stop Youtube Autoplay
Pobierz pliki rozszerzeń Stop Youtube Autoplay 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
Extension to stop Youtube autoplay, specifically for your Watch Later list. - Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist. *Note: - currently only works for Watch Later list - currently only works if the selected video is opened in a new tab
Podstawowe informacje o rozszerzeniu
Nazwa | Stop Youtube Autoplay |
ID | igfflabimklppabjlnhhpmjmjmnbgcfl |
Oficjalny URL | https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl |
Opis | Stop Youtube Autoplay feature for Watch Later videos |
Rozmiar pliku | 29.79 KB |
Liczba instalacji | 108 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-02-25 |
Data Publikacji | 2022-02-25 |
Ocena | 1.00/5 Łącznie 2 Oceny |
Deweloper | memorizer.eecs |
[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": "Stop Youtube Autoplay", "description": "Stop Youtube Autoplay feature for Watch Later videos", "version": "1.0", "permissions": [ "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "icons": { "128": "images\/icon.png" }, "action": { "default_title": "Stop Youtube Autoplay", "default_popup": "popup.html", "default_icon": { "128": "images\/icon.png" } } } |