YouTube Auto Pause Blocker
Disables the "Video Paused. Continue Watching?" popup on YouTube.
Qu'est-ce que YouTube Auto Pause Blocker ?
YouTube Auto Pause Blocker est une extension Chrome développée par https://browsecraft.com, et sa fonction principale est "Disables the "Video Paused. Continue Watching?" popup on YouTube.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Auto Pause Blocker
Téléchargez les fichiers d'extension YouTube Auto Pause Blocker 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
Uses improved methods to prevent the "Video paused. Continue watching?" popup on YouTube. This extension will completely block the confirmation box from appearing, even if the tab is not focused/visible. Functions on regular YouTube and YouTube music. Works perfectly in any viewing mode, such as full-screen, miniplayer and theater mode. If you have issues with the extension please email me or use the contact form on the website. Made with ❤️ by Browsecraft gang. Stand with Ukraine 💙💛. DISCLAIMER Please note "YouTube Auto Pause Blocker" is not made by YouTube™ or affiliated with YouTube™. YouTube™ are trademarks of Google LLC.
Informations de Base sur l'Extension
Nom | YouTube Auto Pause Blocker |
ID | kdmekoohmngfmmmmlflddplohklmmmoc |
URL Officiel | https://chromewebstore.google.com/detail/youtube-auto-pause-blocke/kdmekoohmngfmmmmlflddplohklmmmoc |
Description | Disables the "Video Paused. Continue Watching?" popup on YouTube. |
Taille du Fichier | 27.42 KB |
Nombre d'Installations | 31,903 |
Version Actuelle | 23.12.11 |
Dernière Mise à Jour | 2023-12-12 |
Date de Publication | 2019-09-28 |
Évaluation | 3.18/5 Total 107 Évaluations |
Développeur | https://browsecraft.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://browsecraft.com/ |
URL de la Page d'Aide | https://browsecraft.com/contacts |
URL de la Page de Politique de Confidentialité | https://browsecraft.com/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Auto Pause Blocker", "description": "Disables the \"Video Paused. Continue Watching?\" popup on YouTube.", "version": "23.12.11", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ], "js": [ "injected.js" ], "all_frames": true } ], "icons": { "128": "128.png" } } |