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 |
官方網址 | 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 |
電子郵箱 | [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" } } |