YouTube NonStop
Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
Qu'est-ce que YouTube NonStop ?
YouTube NonStop est une extension Chrome développée par lawfx, et sa fonction principale est "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube NonStop
Téléchargez les fichiers d'extension YouTube NonStop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
***Important: This extension doesn't keep the confirmation box from popping up. It only counters it. It auto-clicks the confirmation box and the video won't get paused.*** Working on YouTube and YouTube Music! Media Keys supported! Untested (but should work) when: Video is in fullscreen, Video is in miniplayer. If you have any problems, don't hesitate to drop me an email. :)
Informations de Base sur l'Extension
Nom | YouTube NonStop |
ID | nlkaejimjacpillmajjnopmpbkbnocid |
URL Officiel | https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid |
Description | Kiss the annoying "Video paused. Continue watching?" confirmation goodbye! |
Taille du Fichier | 76.16 KB |
Nombre d'Installations | 728,552 |
Version Actuelle | 0.9.2 |
Dernière Mise à Jour | 2023-10-30 |
Date de Publication | 2020-05-14 |
Évaluation | 3.47/5 Total 941 Évaluations |
Développeur | lawfx |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lawfx/YoutubeNonStop |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube NonStop", "short_name": "YT NonStop", "version": "0.9.2", "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!", "web_accessible_resources": [ { "resources": [ "autoconfirm.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/yns16.png", "32": "images\/yns32.png", "48": "images\/yns48.png", "128": "images\/yns128.png" } }, "icons": { "16": "images\/yns16.png", "32": "images\/yns32.png", "48": "images\/yns48.png", "128": "images\/yns128.png" }, "manifest_version": 3 } |