YouTube NonStop
Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
什麼是YouTube NonStop?
YouTube NonStop是由lawfx開發的Chrome擴展程式,該擴展的主要功能是“Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!”。
擴展截圖
下載YouTube NonStop擴展crx文件
下載YouTube NonStop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
***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. :) 擴展基本資訊
| 名稱 | |
| ID | nlkaejimjacpillmajjnopmpbkbnocid |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid |
| 簡介 | Kiss the annoying "Video paused. Continue watching?" confirmation goodbye! |
| 檔案大小 | 76.16 KB |
| 安裝次數 | 728,552 |
| 目前版本 | 0.9.2 |
| 更新時間 | 2023-10-30 |
| 上架時間 | 2020-05-14 |
| 評分 | 3.47/5 共 941 次評分 |
| 開發者 | lawfx |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/lawfx/YoutubeNonStop |
| 支援的語言 | 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
} | |