You(Tube) don't stop!
Prevents annoying "video paused" dialogs from showing up
Wat is You(Tube) don't stop!?
You(Tube) don't stop! is een Chrome-extensie ontwikkeld door spmn, en de belangrijkste functie is "Prevents annoying "video paused" dialogs from showing up".
Extensie Screenshots
Download het CRX-bestand van de extensie You(Tube) don't stop!
Download You(Tube) don't stop!-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
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.
Basisinformatie over de Extensie
Naam | You(Tube) don't stop! |
ID | odklofidedfkjjgjnobmpipmobmlgkel |
Officiële URL | https://chromewebstore.google.com/detail/youtube-dont-stop/odklofidedfkjjgjnobmpipmobmlgkel |
Beschrijving | Prevents annoying "video paused" dialogs from showing up |
Bestandsgrootte | 5.73 KB |
Aantal Installaties | 4,596 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2019-06-23 |
Publicatiedatum | 2019-06-23 |
Beoordeling | 3.70/5 Totaal 10 Beoordelingen |
Ontwikkelaar | spmn |
Betalingswijze | free |
Extensiewebsite | https://github.com/spmn/yt-dont-stop/ |
Ondersteunde Talen | 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" } } |