YouTube Auto Pause Blocker
Disables the "Video Paused. Continue Watching?" popup on YouTube.
Wat is YouTube Auto Pause Blocker?
YouTube Auto Pause Blocker is een Chrome-extensie ontwikkeld door https://browsecraft.com, en de belangrijkste functie is "Disables the "Video Paused. Continue Watching?" popup on YouTube.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Auto Pause Blocker
Download YouTube Auto Pause Blocker-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
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.
Basisinformatie over de Extensie
Naam | YouTube Auto Pause Blocker |
ID | kdmekoohmngfmmmmlflddplohklmmmoc |
Officiële URL | https://chromewebstore.google.com/detail/youtube-auto-pause-blocke/kdmekoohmngfmmmmlflddplohklmmmoc |
Beschrijving | Disables the "Video Paused. Continue Watching?" popup on YouTube. |
Bestandsgrootte | 27.42 KB |
Aantal Installaties | 31,903 |
Huidige Versie | 23.12.11 |
Laatst Bijgewerkt | 2023-12-12 |
Publicatiedatum | 2019-09-28 |
Beoordeling | 3.18/5 Totaal 107 Beoordelingen |
Ontwikkelaar | https://browsecraft.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://browsecraft.com/ |
Help Pagina-URL | https://browsecraft.com/contacts |
URL van de Privacybeleid Pagina | https://browsecraft.com/privacy |
Ondersteunde Talen | 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" } } |