You(Tube) don't stop!
Prevents annoying "video paused" dialogs from showing up
Co to jest You(Tube) don't stop!?
You(Tube) don't stop! to rozszerzenie Chrome opracowane przez spmn, a jego główną funkcją jest „Prevents annoying "video paused" dialogs from showing up”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia You(Tube) don't stop!
Pobierz pliki rozszerzeń You(Tube) don't stop! 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
Recently, YouTube introduced a new "feature" which stops the video playback after a predetermined period of inactivity.
This extension fools YouTube into thinking that you are constantly active, so those "video paused" pop-ups won't show up at all. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | odklofidedfkjjgjnobmpipmobmlgkel |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtube-dont-stop/odklofidedfkjjgjnobmpipmobmlgkel |
| Opis | Prevents annoying "video paused" dialogs from showing up |
| Rozmiar pliku | 5.73 KB |
| Liczba instalacji | 4,596 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2019-06-23 |
| Data Publikacji | 2019-06-23 |
| Ocena | 3.70/5 Łącznie 10 Oceny |
| Deweloper | spmn |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/spmn/yt-dont-stop/ |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "You(Tube) don't stop!",
"version": "1.1.0",
"description": "Prevents annoying \"video paused\" dialogs from showing up",
"homepage_url": "https:\/\/github.com\/spmn\/yt-dont-stop",
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.youtu.be\/*"
],
"js": [
"js\/bootstrapper.js"
]
}
],
"web_accessible_resources": [
"js\/payload.js"
],
"icons": {
"128": "img\/icon_128.png"
}
} | |