YouTube Auto Pause Blocker
Disables the "Video Paused. Continue Watching?" popup on YouTube.
YouTube Auto Pause Blockerとは何ですか?
YouTube Auto Pause Blockerはhttps://browsecraft.comによって開発されたChromeの拡張機能で、その主な機能は「Disables the "Video Paused. Continue Watching?" popup on YouTube.」です。
拡張機能のスクリーンショット
YouTube Auto Pause Blocker拡張機能のCRXファイルをダウンロード
YouTube Auto Pause Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | YouTube Auto Pause Blocker |
ID | kdmekoohmngfmmmmlflddplohklmmmoc |
公式URL | https://chromewebstore.google.com/detail/youtube-auto-pause-blocke/kdmekoohmngfmmmmlflddplohklmmmoc |
説明 | Disables the "Video Paused. Continue Watching?" popup on YouTube. |
ファイルサイズ | 27.42 KB |
インストール数 | 31,903 |
現在のバージョン | 23.12.11 |
最終更新日 | 2023-12-12 |
公開日 | 2019-09-28 |
評価 | 3.18/5 合計 107 レビュー |
開発者 | https://browsecraft.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://browsecraft.com/ |
ヘルプページのURL | https://browsecraft.com/contacts |
プライバシーポリシーページのURL | https://browsecraft.com/privacy |
対応言語 | 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" } } |