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 |
| 公式URL | 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 |
| Eメール | [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
} | |