You(Tube) don't stop!
Prevents annoying "video paused" dialogs from showing up
Cos'è You(Tube) don't stop!?
You(Tube) don't stop! è un'estensione di Chrome sviluppata da spmn, e la sua funzione principale è "Prevents annoying "video paused" dialogs from showing up".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione You(Tube) don't stop!
Scarica i file di estensione You(Tube) don't stop! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | You(Tube) don't stop! |
ID | odklofidedfkjjgjnobmpipmobmlgkel |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-dont-stop/odklofidedfkjjgjnobmpipmobmlgkel |
Descrizione | Prevents annoying "video paused" dialogs from showing up |
Dimensione del File | 5.73 KB |
Conteggio Installazioni | 4,596 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2019-06-23 |
Data di Pubblicazione | 2019-06-23 |
Valutazione | 3.70/5 Totale 10 Valutazioni |
Sviluppatore | spmn |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/spmn/yt-dont-stop/ |
Lingue Supportate | 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" } } |